source: trip-planner-front/node_modules/@angular/cli/commands/add.md@ ceaed42

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
Line 
1Adds the npm package for a published library to your workspace, and configures
2the project in the current working directory (or the default project if you are
3not in a project directory) to use that library, as specified by the library's schematic.
4For example, adding `@angular/pwa` configures your project for PWA support:
5
6```bash
7ng add @angular/pwa
8```
9
10The default project is the value of `defaultProject` in `angular.json`.
Note: See TracBrowser for help on using the repository browser.