docs(docs-infra): reformat redundant sentence (#38109)
reformat sentence uses the npm package manager since npm is node package manager Fixes #38106 PR Close #38109
This commit is contained in:
parent
58f6079873
commit
fd45f7485d
|
@ -8,7 +8,7 @@ See the [Angular Resources](resources) page for links to the most popular ones.
|
||||||
Libraries are published as [npm packages](guide/npm-packages), usually together with schematics that integrate them with the Angular CLI.
|
Libraries are published as [npm packages](guide/npm-packages), usually together with schematics that integrate them with the Angular CLI.
|
||||||
To integrate reusable library code into an application, you need to install the package and import the provided functionality where you will use it. For most published Angular libraries, you can use the Angular CLI `ng add <lib_name>` command.
|
To integrate reusable library code into an application, you need to install the package and import the provided functionality where you will use it. For most published Angular libraries, you can use the Angular CLI `ng add <lib_name>` command.
|
||||||
|
|
||||||
The `ng add` command uses the npm package manager or [yarn](https://yarnpkg.com/) to install the library package, and invokes schematics that are included in the package to other scaffolding within the project code, such as adding import statements, fonts, themes, and so on.
|
The `ng add` command uses a package manager such as [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/) to install the library package, and invokes schematics that are included in the package to other scaffolding within the project code, such as adding import statements, fonts, themes, and so on.
|
||||||
|
|
||||||
A published library typically provides a README or other documentation on how to add that lib to your app.
|
A published library typically provides a README or other documentation on how to add that lib to your app.
|
||||||
For an example, see [Angular Material](https://material.angular.io/) docs.
|
For an example, see [Angular Material](https://material.angular.io/) docs.
|
||||||
|
|
Loading…
Reference in New Issue