Skip to content

Commit 0af3ded

Browse files
ajayullalandrewseguin
authored andcommitted
docs: add --save to "npm install @angular/material" (#2752)
Added --save to "npm install @angular/material" to save the package to the dependencies list in package.json
1 parent 6b36156 commit 0af3ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is the home for the Angular team's Material Design components built on top
1414

1515
The latest release of Angular Material can be installed from npm
1616

17-
`npm install @angular/material`
17+
`npm install --save @angular/material`
1818

1919
Playing with the latest changes from [master](https://github.com/angular/material2/tree/master) is also possible
2020

0 commit comments

Comments
 (0)