Skip to content

Commit 5066c46

Browse files
PowerKiKifilipesilva
authored andcommitted
docs: fix material themes path in user stories
1 parent a67eb07 commit 5066c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ import { MaterialModule } from '@angular/material';
3030
})
3131
```
3232

33-
Now that the project is set up, it must be configured to include the CSS for a theme. Angular Material ships with some prebuilt theming, which is located in `node_modules/@angular/material/core/theming/prebuilt`.
33+
Now that the project is set up, it must be configured to include the CSS for a theme. Angular Material ships with some prebuilt theming, which is located in `node_modules/@angular/material/prebuilt-themes/`.
3434

3535
To add an angular CSS theme and material icons to your app...
3636
```sass
3737
/* in src/styles.css */
3838
39-
@import '~@angular/material/core/theming/prebuilt/deeppurple-amber.css';
39+
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
4040
@import '~https://fonts.googleapis.com/icon?family=Material+Icons';
4141
```
4242

0 commit comments

Comments
 (0)