We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'.
The text was updated successfully, but these errors were encountered:
getting same an error
Sorry, something went wrong.
@supmanyu supmanyu are you able to resolved this issue
No branches or pull requests
The angular-wrapper does not support these options to be passed to the component
gives an error: Can't bind to 'customCSS' since it isn't a known property of 'email-editor'.
The text was updated successfully, but these errors were encountered: