Skip to content

Commit 9fa0109

Browse files
authored
Merge branch 'master' into nrobakova/refactor-resizing-tests
2 parents caf2827 + fe51dc3 commit 9fa0109

File tree

34 files changed

+3969
-2044
lines changed

34 files changed

+3969
-2044
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)