mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix: biglist angular material styling added
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user