Hi , I have an Root Component Say <App> </App> I would like to ve 2 instance of the app side / side
But when platform.bootstrapModule(AppModule); is performed only the first is bootstrapped Scenarios something like this: [I am creating this scenario for easy explaining of problem i am facing] Page is divided into sections on both sections i need to render <App></App> but first left side needs to be rendered , then later ( after a sec) right side needs to be rendered . platform.bootstrapModule(AppModule); does not seem to bootstrap the right side. I found this code online , but does not work for me [no idea why] https://plnkr.co/edit/I6kxKa78Np73sIWbbYHz?p=preview Can someone help me Angular versions which i use "@angular/common": "2.0.2", "@angular/compiler": "2.0.2", "@angular/core": "2.0.2", "@angular/forms": "2.0.2", "@angular/http": "2.0.2", "@angular/platform-browser": "2.0.2", "@angular/platform-browser-dynamic": "2.0.2", "@angular/router": "3.0.2", "@angular/upgrade": "2.0.2", "angular2-in-memory-web-api": "0.0.21", -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" 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.
