You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
431 B
431 B
Adds the npm package for a published library to your workspace, and configures
the project in the current working directory (or the default project if you are
not in a project directory) to use that library, as specified by the library's schematic.
For example, adding @angular/pwa
configures your project for PWA support:
ng add @angular/pwa
The default project is the value of defaultProject
in angular.json
.