Skip to content

Commit 482c89a

Browse files
dxvladislavvolkovdxvladislavvolkov
and
dxvladislavvolkov
authored
update-template (#129)
Co-authored-by: dxvladislavvolkov <[email protected]>
1 parent fd14ed7 commit 482c89a

17 files changed

+8673
-7821
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ indent_size = 2
88
insert_final_newline = true
99
trim_trailing_whitespace = true
1010

11+
[*.ts]
12+
quote_type = single
13+
1114
[*.md]
1215
max_line_length = off
1316
trim_trailing_whitespace = false

angular.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"@schematics/angular:guard": {
2020
"skipTests": true
2121
},
22+
"@schematics/angular:interceptor": {
23+
"skipTests": true
24+
},
2225
"@schematics/angular:module": {
2326
"skipTests": true
2427
},
@@ -41,7 +44,7 @@
4144
"main": "src/main.ts",
4245
"polyfills": "src/polyfills.ts",
4346
"tsConfig": "tsconfig.app.json",
44-
"aot": false,
47+
"aot": true,
4548
"assets": [
4649
"src/favicon.ico",
4750
"src/assets"
@@ -68,7 +71,6 @@
6871
"sourceMap": false,
6972
"extractCss": true,
7073
"namedChunks": false,
71-
"aot": true,
7274
"extractLicenses": true,
7375
"vendorChunk": false,
7476
"buildOptimizer": true,

0 commit comments

Comments
 (0)