File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/angular/cli/commands Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- Adds the npm package for a published library to your workspace, and configures your default
2
- app project to use that library, in whatever way is specified by the library's schematic.
1
+ Adds the npm package for a published library to your workspace, and configures
2
+ the project in the current working directory (or the default app if you are
3
+ not in a project directory) to use that library, as specified by the library's schematic.
3
4
For example, adding ` @angular/pwa ` configures your project for PWA support:
4
5
``` bash
5
6
ng add @angular/pwa
6
7
```
7
8
8
- The default app project is the value of ` defaultProject ` in ` angular.json ` .
9
+ The default app project is the value of ` defaultProject ` in ` angular.json ` .
You can’t perform that action at this time.
0 commit comments