Angular 13 upgrade

This commit is contained in:
Denys Vuika
2022-03-01 15:45:25 +00:00
committed by eromano
parent 20be6f3af7
commit 548e5c4fae
53 changed files with 1914 additions and 3454 deletions

View File

@@ -8,14 +8,6 @@
],
"lib": {
"entryFile": "src/public-api.ts",
"flatModuleFile": "adf-insights",
"umdModuleIds": {
"@alfresco/adf-core": "@alfresco/adf-core",
"ng2-charts": "ng2-charts",
"raphael": "raphael",
"moment": "moment",
"moment-es6": "moment-es6",
"@ngx-translate/core": "@ngx-translate/core"
}
"flatModuleFile": "adf-insights"
}
}

View File

@@ -30,7 +30,9 @@ declare const require: any;
// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting()
platformBrowserDynamicTesting(), {
teardown: { destroyAfterEach: false }
}
);
// Then we find all the tests.

View File

@@ -4,6 +4,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"enableIvy": false
"compilationMode": "partial"
}
}