My current application is developed using angularjs 1.4. in this application i am using HTML5 import to load the UI of another application(microservice) . this is lazy loaded using ocLazy load wherever the directive of application 2 is used in application1 as <load-application2></load-application2>. We are also using zuul proxy call to get the application 2 loaded in application using import of html5. this is working as expected without any issues. Now we are migrating to Angular 2. As we use typescript the above doesnt work,becauses it needs resources at the build time. is there a way to achieve the same in Angular without compromisimg on AOT. please provide any references for my usecase
-- 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.
