From aee4a7e227bdc05b615a310c04e54beef66c60ec Mon Sep 17 00:00:00 2001 From: jdegand <70610011+jdegand@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:23:33 -0400 Subject: [PATCH] fix: biglist angular material styling added --- apps/performance/ngfor-biglist/project.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/performance/ngfor-biglist/project.json b/apps/performance/ngfor-biglist/project.json index e567b9b53..2ce8294f0 100644 --- a/apps/performance/ngfor-biglist/project.json +++ b/apps/performance/ngfor-biglist/project.json @@ -19,7 +19,10 @@ "apps/performance/ngfor-biglist/src/favicon.ico", "apps/performance/ngfor-biglist/src/assets" ], - "styles": ["apps/performance/ngfor-biglist/src/styles.scss"], + "styles": [ + "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css", + "apps/performance/ngfor-biglist/src/styles.scss" + ], "scripts": [] }, "configurations": {