Hello.
I'm working on large project, and cuz of window load it will be usefull to divide app to submodules with own configuration. I was searching throught the docs but found nothing, regarding multiple applications.
As proposal, you can make such folders structure and use next commands.
ng child or ng subapp
ng child route subhero
/app
/sub1.app/
/sub2.app/
It can be very usefull when using some shared componets throught applications.
Thanks.
Hello.
I'm working on large project, and cuz of window load it will be usefull to divide app to submodules with own configuration. I was searching throught the docs but found nothing, regarding multiple applications.
As proposal, you can make such folders structure and use next commands.
ng child or ng subapp
ng child route subhero
/app
/sub1.app/
/sub2.app/
It can be very usefull when using some shared componets throught applications.
Thanks.