mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 02:58:04 +08:00
6 lines
336 B
Markdown
6 lines
336 B
Markdown
Adds the npm package for a published library to your workspace, and configures your default
|
|
app project to use that library, in whatever way is specified by the library's schematic.
|
|
For example, adding `@angular/pwa` configures your project for PWA support.
|
|
|
|
The default app project is the value of `defaultProject` in `angular.json`.
|