0.0.0 • Published 3 years ago

ng8-monorepo v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

ng-monorepo

This project was generated with Angular CLI version 8.3.8.

Sample project of an Angular 8.x monorepo project. One root folder, containing multiple applications and using shared libraries.

How to use

  • This project is a "monorepo". It has a projects folder, containing a shared library and a "dashboard" application (it's just a name...). There is just one central node_modules.
  • You can generate additional libraries and applications using
    • ng generate library <library-name>
    • ng generate application <application-name>
  • It has a build script npm run build-lib to build the libary.
  • Remember to (re)build the libary if you changed it and want to use it in the applications.
  • Use ng serve --project=<application-name> to run/serve a specific application.

Credits

Based on the awesome work by the team of Angular In Depth:

Book a training?

Want to follow an Angular training on your own, or with colleagues from your company? See the calendar at https://kassenaar.com/calendar/ or contact met at info@kassenaar.com.

Peter Kassenaar - info@kassenaar.com (C) 2019 - 2021