Merge pull request #481 from jdegand/core-theme

fix: angular material core theme added
This commit is contained in:
Laforge Thomas
2024-01-09 17:19:08 +01:00
committed by GitHub

View File

@@ -19,7 +19,10 @@
"apps/ngrx/notification/src/favicon.ico", "apps/ngrx/notification/src/favicon.ico",
"apps/ngrx/notification/src/assets" "apps/ngrx/notification/src/assets"
], ],
"styles": ["apps/ngrx/notification/src/styles.scss"], "styles": [
"apps/ngrx/notification/src/styles.scss",
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
],
"scripts": [], "scripts": [],
"allowedCommonJsDependencies": ["seedrandom"] "allowedCommonJsDependencies": ["seedrandom"]
}, },