mvermand
mvermand

Reputation: 6137

Angular 2 rc4: DynamicComponentLoader deprecated

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?

Upvotes: 6

Views: 9258

Answers (1)

monica
monica

Reputation: 1484

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/

Upvotes: 4

Related Questions