angular-sub-apps-setup
angular-sub-apps-setup copied to clipboard
Angular application with sub application initial setup.
Results
2
angular-sub-apps-setup issues
Sort by
recently updated
recently updated
newest added
Hi Kindly let me know what is the need of adding below statements in app.module.ts and app-routing.module.ts files App1SharedModule.forRoot() App2SharedModule.forRoot(). Thanks Santhosh.
hey thanks for your work but at your example the when we go to http://localhost:4200/app1/one or http://localhost:4200/app2/one if I change the style.css in sub-app1 its not working the only style.css...