Every time you scaffold a new project with Angular CLI ng new command, the CLI, by default, produces an Angular CLI workspace for that project.
In some cases when you are working on multiple Angular projects under the same solution you may want to try out a Multi-project Workspace. This approach is also suitable for many enterprise projects.
ng new my-solution --create-application false
cd my-solution
ng g application my-app
ng g library my-shared-library
Angular Getting Started Workshopngstart.dev
Aliaksei's mailing list
kuncevic.dev
07/14/21 • 2 min
Generate a badge
Get a badge for your website that links back to this episode
<a href="https://goodpods.com/podcasts/angular-rocks-244759/angular-multi-project-workspace-27591916"> <img src="https://storage.googleapis.com/goodpods-images-bucket/badges/generic-badge-1.svg" alt="listen to angular multi-project workspace on goodpods" style="width: 225px" /> </a>
Copy