UNPKG

430 BMarkdownView Raw
1Adds the npm package for a published library to your workspace, and configures
2the project in the current working directory (or the default project if you are
3not in a project directory) to use that library, as specified by the library's schematic.
4For example, adding `@angular/pwa` configures your project for PWA support:
5```bash
6ng add @angular/pwa
7```
8
9The default project is the value of `defaultProject` in `angular.json`.