how to use method LoadIntoLocation with angular2 rc 001
in DynamocComponentLoader I have just two methods loadAsRoot and loadNextLocation
thanks
how to use method LoadIntoLocation with angular2 rc 001
in DynamocComponentLoader I have just two methods loadAsRoot and loadNextLocation
thanks
loadIntoLocation
was removed a while back. DynamicComponentLoader
is deprecated anyway. Use ViewContainerRef.createComponent()
instead.
For an example see Angular 2 dynamic tabs with user-click chosen components