Skip to content

Commit a9870d4

Browse files
jiversonhansl
authored andcommitted
docs: fix material install
1 parent bbfd574 commit a9870d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/stories/include-angular-material.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd my-app
1111

1212
Install the `@angular/material` library and add the dependency to package.json...
1313
```bash
14-
npm install --save @angular/material
14+
npm install --save @angular/material @angular/cdk
1515
```
1616

1717
Import the Angular Material NgModule into your app module...

0 commit comments

Comments
 (0)