Skip to content

Commit a51ffb7

Browse files
committed
chore: migrated to Angular 10
1 parent 2071c66 commit a51ffb7

File tree

8 files changed

+8941
-9522
lines changed

8 files changed

+8941
-9522
lines changed

angular.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prefix": "app",
1111
"schematics": {
1212
"@schematics/angular:component": {
13-
"styleext": "scss"
13+
"style": "scss"
1414
}
1515
},
1616
"architect": {

e2e/tsconfig.e2e.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
"compilerOptions": {
44
"outDir": "../out-tsc/app",
55
"module": "commonjs",
6-
"target": "es5",
7-
"types": [
8-
"jasmine",
9-
"jasminewd2",
10-
"node"
11-
]
6+
"target": "ES2018",
7+
"types": ["jasmine", "jasminewd2", "node"]
128
}
13-
}
9+
}

0 commit comments

Comments
 (0)