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 7635e72 commit cbd25daCopy full SHA for cbd25da
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 @angular2-material/button
+npm install --save @angular2-material/core @angular2-material/button @angular2-material/card
28
```
29
Note: the core module is required as a peer dependency of other components.
30
0 commit comments