fix: biglist angular material styling added

This commit is contained in:
jdegand
2023-10-11 21:23:33 -04:00
parent 55d9b2a97f
commit aee4a7e227

View File

@@ -19,7 +19,10 @@
"apps/performance/ngfor-biglist/src/favicon.ico", "apps/performance/ngfor-biglist/src/favicon.ico",
"apps/performance/ngfor-biglist/src/assets" "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": [] "scripts": []
}, },
"configurations": { "configurations": {