angular/packages/zone.js/test/zone-spec
JiaLiPassion 86372538ab refactor(zone.js): remove zone-async-tagging from zone.js (#47416)
1. Remove `zone-async-tagging` implementation from zone.js and move the
implementation to `@angular/core`, so `@angular/core` can import this
package more easily for better treeshaking.
2. Add `async tagging zone` implemenation into `@angular/core` package.
So we don't need to get the `AsyncStackTaggingZoneSpec` from `global`
instance, we can import the `class` directly for better treeshaking.
3. Only load this ZoneSpec when `ngDevMode` is `true`.

PR Close #47416
2022-09-23 14:44:38 -07:00
..
async-test.spec.ts fix(core): do not invoke jasmine done callback multiple times with waitForAsync 2022-07-18 19:19:00 +02:00
fake-async-test.spec.ts test: fix fake-async-test spec to properly test prefixed animation frame functions 2022-07-18 19:19:00 +02:00
long-stack-trace-zone.spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
proxy.spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
sync-test.spec.ts feat(zone.js): include zone name when sync-test zone reports tasks 2022-07-18 19:19:00 +02:00
task-tracking.spec.ts fix(zone.js): in TaskTrackingZoneSpec track a periodic task until it is cancelled (#45391) 2022-03-24 10:53:36 -07:00