Skip to content

Commit 60c4697

Browse files
committed
fix: angular material core theme added
1 parent c8b7c5d commit 60c4697

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/ngrx/notification/project.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
"apps/ngrx/notification/src/favicon.ico",
2020
"apps/ngrx/notification/src/assets"
2121
],
22-
"styles": ["apps/ngrx/notification/src/styles.scss"],
22+
"styles": [
23+
"apps/ngrx/notification/src/styles.scss",
24+
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
25+
],
2326
"scripts": [],
2427
"allowedCommonJsDependencies": ["seedrandom"]
2528
},

0 commit comments

Comments
 (0)