I have implemented dynamic component loading into my app using a component factory resolver with ViewContainerRef. When I define Syncfusion control like ejs-radiobutton and ejs-dropdownlist. it won't work properly and shown an error as below.
error NG8001: 'ejs-radiobutton' is not a known element:
1. If 'ejs-radiobutton' is an Angular component, then verify that it is part of this module.
2. If 'ejs-radiobutton' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
The error occurs only when I used only with dynamic component loading. So please tell me what exactly I need to do?
Attachment:
Screenshots_2b1a3688.zip