Last change
on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
431 bytes
|
Rev | Line | |
---|
[6a3a178] | 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 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 |
|
---|
| 6 | ```bash
|
---|
| 7 | ng add @angular/pwa
|
---|
| 8 | ```
|
---|
| 9 |
|
---|
| 10 | The default project is the value of `defaultProject` in `angular.json`.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.