parent
8fc4ae51fb
commit
87a7f2dcb9
|
@ -1,6 +1,6 @@
|
||||||
# Workspace npm dependencies
|
# Workspace npm dependencies
|
||||||
|
|
||||||
The Angular Framework, Angular CLI, and components used by Angular applicatins are packaged as [npm packages](https://docs.npmjs.com/getting-started/what-is-npm "What is npm?") and distributed via the [npm registry](https://docs.npmjs.com/).
|
The Angular Framework, Angular CLI, and components used by Angular applications are packaged as [npm packages](https://docs.npmjs.com/getting-started/what-is-npm "What is npm?") and distributed via the [npm registry](https://docs.npmjs.com/).
|
||||||
|
|
||||||
You can download and install these npm packages by using the [npm CLI client](https://docs.npmjs.com/cli/install), which is installed with and runs as a [Node.js®](https://nodejs.org "Nodejs.org") application. By default, the Angular CLI uses the npm client.
|
You can download and install these npm packages by using the [npm CLI client](https://docs.npmjs.com/cli/install), which is installed with and runs as a [Node.js®](https://nodejs.org "Nodejs.org") application. By default, the Angular CLI uses the npm client.
|
||||||
|
|
||||||
|
@ -138,4 +138,4 @@ Package name | Description
|
||||||
For information about how the Angular CLI handles packages see the following guides:
|
For information about how the Angular CLI handles packages see the following guides:
|
||||||
|
|
||||||
* [Building and serving](guide/build) describes how packages come together to create a development build.
|
* [Building and serving](guide/build) describes how packages come together to create a development build.
|
||||||
* [Deployment](guide/deployment) describes how packages come together to create a production build.
|
* [Deployment](guide/deployment) describes how packages come together to create a production build.
|
||||||
|
|
Loading…
Reference in New Issue