I am upgrading my Angular 2 application for beta.14 to rc.4.
I get a deprecated warning on DynamicComponentLoader in @angular/core.
What is the new Class to be used? Are there any examples available?
I am upgrading my Angular 2 application for beta.14 to rc.4.
I get a deprecated warning on DynamicComponentLoader in @angular/core.
What is the new Class to be used? Are there any examples available?
It has been deprecated. Instead ComponentResolver
is used. Refer the first answer in this link Angular 2 dynamic tabs with user-click chosen components.
Refer this too : http://blog.lacolaco.net/post/dynamic-component-creation-in-angular-2/