This is a hard question to explain. I have a java framework and I am using my Angular component in. I have two java jar files that each include an angular application, i.e. main.ts that contains
platformBrowserDynamic().bootstrapModule(AppModule); called twice... In the above case, I only see one of the angular application, the second one is just an empty html page. I suspect this is bootstrap question/issue, multiple calls to bootstrapModule and only the first call works. Does this make any sense? Any explanation or work around? -- 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.
