Angular multi-project workspace

14/07/2021 2 min Episodio 20
Angular multi-project workspace

Listen "Angular multi-project workspace"

Episode Synopsis


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 falsecd my-solutionng g application my-appng g library my-shared-libraryLinksMulti-project workspaceAngular Getting Started Workshopngstart.devAliaksei's mailing listkuncevic.dev