Create Multiple Angular Apps in One Project
In this guide, we will show you how to organize multiple apps in one Project or workspace. There are a few advantages of having a single workspace for multiple apps. One is you do not have to run the time consuming npm install for every app. The node_modules folder is shared with all the other apps. The apps can be updated to the next version easily.