I am problem with Angular2 to integration with CMS. I need to compile the HTML in run time (JIT) and transform it to a template-component. Is there any way to configure the component-template to some reference in the dom?
All this because my CMS generates the HTML dynamic and i cant compile the html this in build.
The problem is similiar to this case, but in angular2: How to use string retrieved from back-end as template in Angular2?