mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
Angular 13 upgrade
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
@@ -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.
|
||||
|
@@ -4,6 +4,6 @@
|
||||
"declarationMap": false
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"enableIvy": false
|
||||
"compilationMode": "partial"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user