Skip to content

Commit ada5398

Browse files
Issue 109 update angular to v11 (mathisGarberg#110)
* ISSUE-109: Updated angular cdk * ISSUE-109: Updated angular cli * ISSUE-109: Update angular material * ISSUE-109: Updated angular testing library * ISSUE-109: Update rxjs
1 parent dd310c5 commit ada5398

15 files changed

+7433
-4474
lines changed

angular.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"options": {
2121
"allowedCommonJsDependencies": [
2222
"rxjs-compat"
23-
],
23+
],
2424
"aot": true,
2525
"outputPath": "dist",
2626
"index": "src/index.html",
@@ -40,7 +40,10 @@
4040
}
4141
],
4242
"styles": [
43-
{ "input": "src/styles.scss" }
43+
{
44+
"input": "src/styles.scss",
45+
"inject": true
46+
}
4447
],
4548
"scripts": []
4649
},
@@ -55,7 +58,6 @@
5558
"optimization": true,
5659
"outputHashing": "all",
5760
"sourceMap": false,
58-
"extractCss": true,
5961
"namedChunks": false,
6062
"aot": true,
6163
"extractLicenses": true,
@@ -124,7 +126,8 @@
124126
"karmaConfig": "src/karma.conf.js",
125127
"styles": [
126128
{
127-
"input": "src/main.scss"
129+
"input": "src/main.scss",
130+
"inject": true
128131
}
129132
],
130133
"scripts": [],

0 commit comments

Comments
 (0)