docs: fix npm description in architecture modules guide (#27818)

PR Close #27818
This commit is contained in:
Mohammed Salman 2018-12-23 08:34:16 +03:00 committed by Ben Lesh
parent 755c8091af
commit 5638c1d507
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ Other JavaScript modules use *import statements* to access public objects from o
<img src="generated/images/guide/architecture/library-module.png" alt="Component" class="left">
Angular loads as a collection of JavaScript modules. You can think of them as library modules. Each Angular library name begins with the `@angular` prefix. Install them with the `npm` package manager and import parts of them with JavaScript `import` statements.
Angular loads as a collection of JavaScript modules. You can think of them as library modules. Each Angular library name begins with the `@angular` prefix. Install them with the node package manager `npm` and import parts of them with JavaScript `import` statements.
<br class="clear">