We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef26ee commit 1a833eeCopy full SHA for 1a833ee
packages/angular/cli/commands/add.md
@@ -1,9 +1,9 @@
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
+the project in the current working directory (or the default project if you are
3
not in a project directory) to use that library, as specified by the library's schematic.
4
For example, adding `@angular/pwa` configures your project for PWA support:
5
```bash
6
ng add @angular/pwa
7
```
8
9
-The default app project is the value of `defaultProject` in `angular.json`.
+The default project is the value of `defaultProject` in `angular.json`.
0 commit comments