'ejs-documenteditor' is not a known element: 1. If 'ejs-documenteditor' is an Angular component, then verify that it is part of this module. 2. If 'ejs-documenteditor' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.

There are many issues I am facing to use this in angular 6, ill list one by one:
1.
'ejs-documenteditor' is not a known element:
1. If 'ejs-documenteditor' is an Angular component, then verify that it is part of this module.
2. If 'ejs-documenteditor' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.

2.Error during template compile of 'MyComponent'
  Could not resolve @syncfusion/ej2-angular-documenteditor relative to [object Object].

Please help.

1 Reply 1 reply marked as answer

SM Suriya Murugan Syncfusion Team March 1, 2021 07:54 AM UTC

Hi Shruthi, 

Syncfusion Greetings! 

You have used DocumentEditor in our sample. To resolve the reported issue, use DocumentEditorAllModule in app.module.ts file. 

 


Please check below sample for reference. 

Steps to run:  
1.      npm install 
2.      ng serve 

Please let us know if you have any questions. 

Regards, 
Suriya M. 


Marked as answer
Loader.
Up arrow icon