I'm trying to migrate to Angular 2.0. and I hit the wall when trying to use it with an external visualization library (Visjs). I can provide custom templates for elements that Visjs is displaying but those aren't processed by Angular at that moment. I was trying to generate ids for those elements and load them using DynamicComponentLoader.loadAsRoot method but it seems that none of the variables that I try to bind in the component are displayed in the template. I've made a simple plunker <http://plnkr.co/edit/nMh9IlZopkWRHPa7JZ1W?p=preview> to show what I mean. When MyApp is bootstrapped then SomeComponent is working just fine but when I try to load it using DynamicComponentLoader inner components seem to be processed by Angular but not the bound values. Am I doing something wrong?
-- 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
