August 17, 2016
Dynamically Render Components with ComponentFactoryResolver in Angular 2
In my current project I came to a situation where it was necessary to drop specific components into my view. Since the project is a game and the current view should not be tied to URLs at this point i decided not to use the router but to load my various components dynamically into my view. This gives […]
READ MORE