Skip to content

Commit 6a7e9d0

Browse files
committed
Formatting
1 parent be179ca commit 6a7e9d0

1 file changed

Lines changed: 10 additions & 19 deletions

File tree

ui/angular.json

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,20 @@
1313
"build": {
1414
"builder": "@angular/build:application",
1515
"options": {
16-
"outputPath": {
16+
"outputPath": {
1717
"base": "../server/wwwroot",
1818
"browser": ""
1919
},
2020
"browser": "src/main.ts",
21-
"polyfills": [
22-
"zone.js"
23-
],
21+
"polyfills": ["zone.js"],
2422
"tsConfig": "tsconfig.app.json",
2523
"assets": [
2624
{
2725
"glob": "**/*",
2826
"input": "public"
2927
}
3028
],
31-
"styles": [
32-
"src/styles.css"
33-
]
29+
"styles": ["src/styles.css"]
3430
},
3531
"configurations": {
3632
"production": {
@@ -58,11 +54,11 @@
5854
},
5955
"serve": {
6056
"builder": "@angular/build:dev-server",
61-
"options": {
62-
"sslKey": "certs/dev_localhost.key",
63-
"sslCert": "certs/dev_localhost.pem",
64-
"port": 4201,
65-
},
57+
"options": {
58+
"sslKey": "certs/dev_localhost.key",
59+
"sslCert": "certs/dev_localhost.pem",
60+
"port": 4201
61+
},
6662
"configurations": {
6763
"production": {
6864
"buildTarget": "ui:build:production"
@@ -79,20 +75,15 @@
7975
"test": {
8076
"builder": "@angular/build:karma",
8177
"options": {
82-
"polyfills": [
83-
"zone.js",
84-
"zone.js/testing"
85-
],
78+
"polyfills": ["zone.js", "zone.js/testing"],
8679
"tsConfig": "tsconfig.spec.json",
8780
"assets": [
8881
{
8982
"glob": "**/*",
9083
"input": "public"
9184
}
9285
],
93-
"styles": [
94-
"src/styles.css"
95-
]
86+
"styles": ["src/styles.css"]
9687
}
9788
}
9889
}

0 commit comments

Comments
 (0)