I have an Angular4 application, which received HTML content over Web-Sockets and gets displayed in a DIV inside one of the Angular Component.
The received HTML content may contain some elements that can be converted to Angular components. Since the web sockets are running out side the Angular context, how can force angular engine scan the dynamic HTML content and convert them to components.
Thanks in advance for all your suggestions.
Ravi.