Thank you Eric ! Following your suggestion I'm able to creates an application that load components dinamically!
I've created a PLUNK <http://plnkr.co/edit/Qsj05KPhp8BccRtI5tYq?p=preview> here. Next step are: -How I can programmatically setup a binding with the Components that I have instantiated ? -How I can organize the loaded component on a layout? currently my main template is just this line of code : <div #snapin> </div> Can anyboody help me on this? On Wednesday, November 11, 2015 at 6:02:38 PM UTC+1, Eric Martinez wrote: > > Massimiliano, > > you're looking for DynamicComponentLoader > <https://github.com/angular/angular/blob/master/modules/angular2/src/core/linker/dynamic_component_loader.ts#L92> > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
