Skip to content

Commit

Permalink
Merge pull request tomalaforge#188 from jdegand/biglist-angular-material
Browse files Browse the repository at this point in the history
fix: biglist angular material styling added
  • Loading branch information
tomalaforge authored Oct 12, 2023
2 parents 2986772 + 885b99c commit dc9f47e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/performance/ngfor-biglist/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
},
Expand Down

0 comments on commit dc9f47e

Please sign in to comment.