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 bbfd574 commit a9870d4Copy full SHA for a9870d4
docs/documentation/stories/include-angular-material.md
@@ -11,7 +11,7 @@ cd my-app
11
12
Install the `@angular/material` library and add the dependency to package.json...
13
```bash
14
-npm install --save @angular/material
+npm install --save @angular/material @angular/cdk
15
```
16
17
Import the Angular Material NgModule into your app module...
0 commit comments