Skip to content

Commit fe51dc3

Browse files
authored
Merge pull request #7392 from IgniteUI/update-10
Update to Angular 10
2 parents da4cf04 + f7be427 commit fe51dc3

File tree

33 files changed

+3964
-2043
lines changed

33 files changed

+3964
-2043
lines changed
File renamed without changes.

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"styles": [
3232
"src/styles/igniteui-theme.scss"
3333
],
34-
"scripts": [],
35-
"es5BrowserSupport": true
34+
"scripts": []
3635
},
3736
"configurations": {
3837
"production": {

e2e/tsconfig.e2e.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.json",
2+
"extends": "../tsconfig.base.json",
33
"compilerOptions": {
44
"outDir": "../out-tsc/app",
55
"module": "commonjs",

0 commit comments

Comments
 (0)