mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| tools.bzl | ||