Demonstrates using Angular CLI within a Lerna monorepo. Includes routing
to components in projects built as Angular libraries using
ng-packagr
.
- 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