Open Kikovenu opened 4 weeks ago
We did according to documentation, here Designer is not loading under Export button, Please review.
Thanks
Hi Venu, Thanks for showing interest in our email designer.
Could you please share the part of the code how you integrated into your app ?
Also, did you add any elements to the template before export ? or was it just blank ?
Hi Kishor,
Thank you for your support. Sekhar will be sharing the code details with you. Would it be possible to schedule a Zoom call to discuss and demonstrate the issues we're facing? I'm in the PST time zone (California). Please let me know what works for you. You can reach me at i@venuganga.com.
Best regards, Venu
Hi Kishor,
How are you doing? Please respond when you see this message. We need your help in fixing the issue.
Best regards Venu & Sekhar
Hi Kishor,
I hope you're doing well!
We have recently started implementing your email designer, i.e., @send-with-ses/ng-email-designer.
@ViewChild(EmailEditorComponent) private emailEditor: EmailEditorComponent;
selectedTemplate: TemplateBean; selectedTemplateType = '';
// To get the HTML output of the template exportHtml() { console.log(this.emailEditor.exportHtml()); this.emailEditor.showHtmlPreview(); }
preview() { this.emailEditor.showPreview(); }
and include the HTML code like below
and
Step2: to use html editor, included the following glob in 'assets' of your angular.json
image.png
Step3: for the specification you mentioned to import MonacoEditorModule.forRoot() in documentation.
getting an error when I install ngx-monaco-editor-v2, at below line
getXMLHttpRequest(): XMLHttpRequest | ActiveXObject;
Proof: image.png
I followed the documentation, but I seem to be stuck. Could you please review it and help me identify the issue? A quick response would be greatly appreciated. Thanks
Sekhar
Hi kikovenu, was away on a vacation, hence delay in reply. I'll check this today and get back.
Thanks Kishor We appreciate your prompt response...
Venu
@Kikovenu, please include 'scripthost' in lib of tsconfig.json
```
"lib": [
"es2018",
"dom",
"ScriptHost"
],
```
that should solve the 'ActiveXObject' issue.
Thank you, We will let you know once we test it
Hi Kishor,
How are you doing?
This is Venu from Portland, OR, USA but originally from Guntur, AP. We're facing issues implementing this editor, as we're using Angular 18, Bootstrap, and .NET 8. Could you please help us out?
Best regards, Venu & Sekhar