From 60c46978b0e04da903bea3400fff89c23023751e Mon Sep 17 00:00:00 2001 From: jdegand <70610011+jdegand@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:34:05 -0500 Subject: [PATCH] fix: angular material core theme added --- apps/ngrx/notification/project.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/ngrx/notification/project.json b/apps/ngrx/notification/project.json index 4e31872..5182ec8 100644 --- a/apps/ngrx/notification/project.json +++ b/apps/ngrx/notification/project.json @@ -19,7 +19,10 @@ "apps/ngrx/notification/src/favicon.ico", "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": [], "allowedCommonJsDependencies": ["seedrandom"] },