AAE-48934 Migrate to @angular/build (#12098)

* AAE-48934 Migrate to @angular/build

* cr

* cr

* fix watch issue

* fix insights tests
This commit is contained in:
Bartosz Sekula
2026-07-28 10:42:26 +02:00
committed by GitHub
parent b6ae479cd0
commit b234ca6c42
16 changed files with 1609 additions and 630 deletions
+5
View File
@@ -21,8 +21,13 @@ import 'zone.js';
import 'zone.js/testing';
import { getTestBed } from '@angular/core/testing';
import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing';
import * as ChartJs from 'chart.js/auto';
import Raphael from 'raphael';
// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), {
teardown: { destroyAfterEach: false }
});
(window as any).Chart = (window as any).Chart || ChartJs.Chart;
(window as any).Raphael = (window as any).Raphael || Raphael;