angular-email-editor
angular-email-editor copied to clipboard
Cannot pass customCSS and customJS to angular component
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'.
getting same an error
@supmanyu supmanyu are you able to resolved this issue