angular/packages/core
arturovt 0ac949c266 fix(core): do not run change detection on global error events (#60944)
This commit wraps the `error` and `unhandledrejection` event listeners so they are installed outside of the Angular zone, because otherwise they trigger change detection whenever the event callbacks are invoked.

PR Close #60944
2025-04-23 15:17:28 +02:00
..
global refactor(docs-infra): use interpolation instead of innerHTML for better perf (#58913) 2024-11-27 10:59:18 +01:00
primitives refactor(core): Update Transition finished promise to not throw unhandled rejection (#60816) 2025-04-15 18:40:42 -04:00
rxjs-interop refactor(core): promote pendingUntilEvent to developerPreview (#60904) 2025-04-18 12:32:59 +02:00
schematics fix(core): inject migration should treat @Attribute as optional (#60916) 2025-04-22 10:42:58 +02:00
src fix(core): do not run change detection on global error events (#60944) 2025-04-23 15:17:28 +02:00
test feat(core): Move zoneless change detection to dev preview (#60748) 2025-04-23 11:47:56 +02:00
testing refactor(core): replace TestBed.flushEffects with tick (#60959) 2025-04-23 09:54:30 +02:00
BUILD.bazel refactor(core): Move getCurrentInjector/setCurrentInjector to primitives package. (#60090) 2025-02-28 18:47:08 +00:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
package.json feat(core): update Node.js version support (#60545) 2025-03-26 20:42:16 -07:00
PACKAGE.md
public_api.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00