We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bdd16 commit 3ccb23eCopy full SHA for 3ccb23e
GETTING_STARTED.md
@@ -24,7 +24,7 @@ Now that your project has been created, you can install any Angular Material 2 c
24
to use through npm. You can see our [list of published packages here](https://www.npmjs.com/~angular2-material).
25
26
```bash
27
-npm install --save @angular2-material/{core,button,card}
+npm install --save @angular2-material/core @angular2-material/button
28
```
29
Note: the core module is required as a peer dependency of other components.
30
0 commit comments