Skip to content

Commit 1a833ee

Browse files
jbogarthydeKeen Yee Liau
authored and
Keen Yee Liau
committed
docs: remove app from app project
1 parent 1ef26ee commit 1a833ee

File tree

1 file changed

+2
-2
lines changed
  • packages/angular/cli/commands

1 file changed

+2
-2
lines changed

packages/angular/cli/commands/add.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
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
2+
the project in the current working directory (or the default project if you are
33
not in a project directory) to use that library, as specified by the library's schematic.
44
For example, adding `@angular/pwa` configures your project for PWA support:
55
```bash
66
ng add @angular/pwa
77
```
88

9-
The default app project is the value of `defaultProject` in `angular.json`.
9+
The default project is the value of `defaultProject` in `angular.json`.

0 commit comments

Comments
 (0)