
Angular multi-project workspace
07/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
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
Previous Episode

Angular Change Detection with Wassim Chegham
Change Detection is a mechanism built into Angular that allows Angular to decide what actions to be performed when the state of the app changes. Most of the time developers do not have to deal with change detection manually.
In this episode we are talking about a quick history of change detection and what problem it solves. We also discuss change detection strategies, when you should tap in to change detection manually and tips and tricks.
People mentioned
John Papa
Misko Hevery
Elon Musk
Twitter Discussion
Angular Change Detection Edge Cases
Links
Angular Change Detection InfographicChangeDetectorRef
ApplicationRefNgZone
More from Wassim
Twitter
Aliaksei's mailing list
kuncevic.dev
Next Episode

Developer Tools with Minko Gechev
I split up the developer tools into multiple categories
- Development and productivity
- Debugging
- Performance
- Testing
In this episode we discuss each category in details as well as answering the following questions:
Why do we need developer tools?
Can you imagine a dev life without modern tooling?
What are the modern Tools for Angular developers?
How to debug a memory leak?
Also we talk about some cool insights about what Angular Team is working on right now to improve the Angular developer experience even more.
Tools
Angular CLI
Angular language service (vscode extension)
Codelyzer
Prettier
Ngrev
Angular state inspector (chrome extension)
Angular DevTools (chrome extension)
Jest
Cypress
People mentioned
Misko Havery
John Papa
Ward Bell
Alan Agius
Douglas Crockford
More from Minko
Angular Self-Paced Workshops from Aliaksei
If you like this episode you’ll love
Episode Comments
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