Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 487 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 487 Bytes

Lerna Angular-CLI Monorepo

Demonstrates using Angular CLI within a Lerna monorepo. Includes routing to components in projects built as Angular libraries using ng-packagr.

Install and Run

  • Install lerna.
  • Install dependencies
lerna bootstrap
  • Build the Angular component library packages (using ng-packagr)
lerna run packagr
  • Run the application
lerna run start --scope demo-app-main