Re: [AngularJS] Angular 4 signle page application embedded inside Another jQuery SPA

2017-08-08 Thread 'Lucas Lacroix' via Angular and AngularJS discussion
There are so many things that can happen in those embedded apps that would break the host app or each other that I would not suggest this approach. One approach that may work is to embed your Angular application into an iFrame. That way, nothing within embedded app(s) or within the host app would

[AngularJS] Angular 4 signle page application embedded inside Another jQuery SPA

2017-08-08 Thread Ravish Tiwari
Hi All, I have an Tab based single page application (sort of) built using jQuery. It has it's own routing, that looks something like: http:///appM#!tab/0/active/4 http:///appM#!tab/1/active/14 When user clicks on any of the tab, URL is updated, and based on URL, tab content is dynamically