In Angular2 RC version, I can use DynamicComponentLoader
, but Angular release version document removed DynamicComponentLoader
API. Is there a substitute?
Asked
Active
Viewed 195 times
1

Racil Hilan
- 24,690
- 13
- 50
- 55

Moon
- 259
- 1
- 2
- 12
-
2`DynamicComponentLoader` is gone quite some time already. See http://stackoverflow.com/questions/36325212/angular-2-dynamic-tabs-with-user-click-chosen-components/36325468#36325468 for an example of the new API. – Günter Zöchbauer Sep 26 '16 at 10:14