angular-email-editor icon indicating copy to clipboard operation
angular-email-editor copied to clipboard

exportHtml not working

Open snapxtp opened this issue 4 years ago • 0 comments

core.js:6456 ERROR TypeError: Cannot read property 'exportHtml' of undefined at EmailEditorComponent.exportHtml (angular-email-editor.js:110)

exportHtml() { this.emailEditor.editor.exportHtml((data) => console.log('exportHtml', data)); }

"@angular/animations": "~12.0.2", "@angular/cdk": "^12.0.2", "@angular/common": "~12.0.2", "@angular/compiler": "~12.0.2", "@angular/core": "~12.0.2",

snapxtp avatar Jun 03 '21 12:06 snapxtp