Merge pull request #188 from jdegand/biglist-angular-material

fix: biglist angular material styling added
This commit is contained in:
Laforge Thomas
2023-10-12 08:43:43 +02:00
committed by GitHub

View File

@@ -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": [],
"allowedCommonJsDependencies": ["seedrandom"]
},