Skip to content

Commit e443eb0

Browse files
committed
Merge branch 'develop'
2 parents bb204a9 + ee511b9 commit e443eb0

File tree

311 files changed

+9370
-3410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+9370
-3410
lines changed

angular.json

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@
2323
"polyfills": "src/polyfills.ts",
2424
"tsConfig": "tsconfig.app.json",
2525
"aot": true,
26-
"assets": [
27-
"src/favicon.ico",
28-
"src/assets"
29-
],
26+
"assets": ["src/favicon.ico", "src/assets"],
3027
"styles": [
28+
"./node_modules/animate.css/animate.min.css",
3129
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
3230
"src/styles.scss"
3331
],
@@ -38,10 +36,12 @@
3836
},
3937
"configurations": {
4038
"production": {
41-
"fileReplacements": [{
42-
"replace": "src/environments/environment.ts",
43-
"with": "src/environments/environment.prod.ts"
44-
}],
39+
"fileReplacements": [
40+
{
41+
"replace": "src/environments/environment.ts",
42+
"with": "src/environments/environment.prod.ts"
43+
}
44+
],
4545
"optimization": true,
4646
"outputHashing": "all",
4747
"sourceMap": false,
@@ -50,7 +50,8 @@
5050
"extractLicenses": true,
5151
"vendorChunk": false,
5252
"buildOptimizer": true,
53-
"budgets": [{
53+
"budgets": [
54+
{
5455
"type": "initial",
5556
"maximumWarning": "2mb",
5657
"maximumError": "5mb"
@@ -88,13 +89,8 @@
8889
"polyfills": "src/polyfills.ts",
8990
"tsConfig": "tsconfig.spec.json",
9091
"karmaConfig": "karma.conf.js",
91-
"assets": [
92-
"src/favicon.ico",
93-
"src/assets"
94-
],
95-
"styles": [
96-
"src/styles.scss"
97-
],
92+
"assets": ["src/favicon.ico", "src/assets"],
93+
"styles": ["src/styles.scss"],
9894
"scripts": []
9995
}
10096
},
@@ -106,9 +102,7 @@
106102
"tsconfig.spec.json",
107103
"e2e/tsconfig.json"
108104
],
109-
"exclude": [
110-
"**/node_modules/**"
111-
]
105+
"exclude": ["**/node_modules/**"]
112106
}
113107
},
114108
"e2e": {

0 commit comments

Comments
 (0)