
Angular multi-project workspace
Angular Rocks07/14/21 • 2 min
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
Episode comments
0.0
out of 5
1 Rating
eg., What part of this podcast did you like? Ask a question to the host or other listeners...
Post
Generate a badge
Get a badge for your website that links back to this
Copy