I want to dynamically create a template. This should be used to build a ComponentType at runtime and place (even replace) it somewhere inside of the ho
ComponentType
Solved this in Angular 2 Final version simply by using the dynamicComponent directive from ng-dynamic.
Usage:
Where template is your dynamic template and context can be set to any dynamic datamodel that you want your template to bind to.