We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237119c commit 1ef26eeCopy full SHA for 1ef26ee
1 file changed
packages/angular/cli/commands/add.md
@@ -1,8 +1,9 @@
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.
+Adds the npm package for a published library to your workspace, and configures
+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.
4
For example, adding `@angular/pwa` configures your project for PWA support:
5
```bash
6
ng add @angular/pwa
7
```
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`.
0 commit comments