Adds support for an external library to your project.
ng add <collection> [options]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.
| Argument | Description | Value Type |
|---|---|---|
<collection> | The package to be added. | string |
| Option | Description | Value Type | Default Value |
|---|---|---|---|
--defaults | Disable interactive input prompts for options with a default. | boolean | |
--help | Shows a help message for this command in the console. | true|false|json|JSON | false |
--interactive | Enable interactive input prompts. | boolean | |
--registry | The NPM registry to use. | string | |
--skip-confirmation | Skip asking a confirmation prompt before installing and executing the package. Ensure package name is correct prior to using this option. | boolean | false |
--verbose | Display additional details about internal operations during execution. | boolean | false |
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/cli/add