2022-12-12 19:25:38 +00:00
|
|
|
/**
|
|
|
|
|
* @license
|
|
|
|
|
* Copyright Google LLC All Rights Reserved.
|
|
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
2024-09-20 15:23:15 +00:00
|
|
|
* found in the LICENSE file at https://angular.dev/license
|
2022-12-12 19:25:38 +00:00
|
|
|
*/
|
|
|
|
|
|
2024-01-18 17:05:48 +00:00
|
|
|
import 'reflect-metadata';
|
2024-02-01 01:43:41 +00:00
|
|
|
|
2025-06-09 21:39:42 +00:00
|
|
|
import 'zone.js/plugins/long-stack-trace-zone';
|
|
|
|
|
import 'zone.js/plugins/task-tracking';
|
|
|
|
|
import 'zone.js/plugins/proxy';
|
|
|
|
|
import 'zone.js/plugins/sync-test';
|
|
|
|
|
import 'zone.js/plugins/async-test';
|
|
|
|
|
import 'zone.js/plugins/fake-async-test';
|
|
|
|
|
import 'zone.js/plugins/jasmine-patch';
|