We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d67642 commit 3c69e34Copy full SHA for 3c69e34
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