Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot pass customCSS and customJS to angular component #84

Open
supmanyu opened this issue May 28, 2022 · 2 comments
Open

Cannot pass customCSS and customJS to angular component #84

supmanyu opened this issue May 28, 2022 · 2 comments

Comments

@supmanyu
Copy link

supmanyu commented May 28, 2022

The angular-wrapper does not support these options to be passed to the component

	<email-editor [appearance]="editorAppearance" [customCSS]="'https://examples.unlayer.com/examples/custom-css/custom.css'" [options]="options" [projectId]="id" (loaded)="editorLoaded($event)" (ready)="editorReady($event)"></email-editor>

gives an error: Can't bind to 'customCSS' since it isn't a known property of 'email-editor'.

@HarpreetKaur333
Copy link

getting same an error

@HarpreetKaur333
Copy link

@supmanyu supmanyu are you able to resolved this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants