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.
34For example, adding ` @angular/pwa ` configures your project for PWA support:
45``` bash
56ng add @angular/pwa
67```
78
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