Skip to content

Instantly share code, notes, and snippets.

@adyngom
Last active March 6, 2022 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adyngom/57e75274e98f8f7f5a0ac0ce337ffcbb to your computer and use it in GitHub Desktop.
Save adyngom/57e75274e98f8f7f5a0ac0ce337ffcbb to your computer and use it in GitHub Desktop.
angular worksapce article

Angular - Grouping Applications & Libraries Under A Single Workspace

As of Angular 9, the Angular CLI has a new feature called a workspace. If you have ever thought about segmenting a project into muliple smaller applications, and at the same time staying DRY with reusable libraries, data access tools and a sane way to keep all of it under the same version for easy updates then you are in for a treat with the new Angular Workspace feature.

In this article we will look at how straightforward it is to get started with an Angular workspace and more importantly look at a few use cases that make this feature a great fit for your project.

published: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment