Equivalent of $compile in Angular 2

Angular 2.3.0 (2016-12-07) To get all the details check: How can I use/create dynamic template to compile dynamic Component with Angular 2.0? To see that in action: observe a working plunker (working with 2.3.0+) The principals: 1) Create Template 2) Create Component 3) Create Module 4) Compile Module 5) Create (and cache) ComponentFactory 6) use … Read more