Quantcast
Channel: Angular2 routing between sub-applications in modules - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Kanad Chourasia for Angular2 routing between sub-applications in...

If you want to access your M2Component in M1 via link then you should use RouterModule and do not import module2 in module1. Inside module1 use RouterModule.forRoot([ { path: 'module2', loadChildren:...

View Article



Answer by Thomas for Angular2 routing between sub-applications in modules

Here's the solution I said sounds very boilerplate. It requires that you setup your sub-application modules with a pair of opaque tokens: one for your URI, and the other to guard against re-configuring...

View Article

Angular2 routing between sub-applications in modules

I'm using Angular 2.1 for a large application that has multiple sub-modules each defining sub-applications organized by feature. The top-level module configures the RouterModule with all child routes...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images