angular/packages/core/src
kristilw 3aa933acb7 fix(core): components marked for traversal resets reactive context (#61663)
when marked for traversal the reactive context has to be set to null to avoid inheriting the reactive context of the parent component

PR Closes #61662

PR Close #61663
2025-06-05 14:49:01 +02:00
..
application fix(core): TestBed.tick should ensure test components are synchronized (#61382) 2025-05-21 15:02:52 +00:00
authoring docs: fix descendants default explanation for contentChild (#61580) 2025-05-21 16:15:07 +00:00
change_detection fix(core): TestBed.tick should ensure test components are synchronized (#61382) 2025-05-21 15:02:52 +00:00
compiler refactor(compiler): account for pipes without names (#61328) 2025-05-19 08:24:06 +00:00
debug refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
defer fix(core): produce an error when incremental hydration is expected, but not configured (#61741) 2025-05-30 11:14:22 -04:00
di fix(core): takeUntilDestroyed completes immediately if DestroyRef already destroyed (#61847) 2025-06-04 12:14:15 -04:00
hydration refactor(migrations): update references for dom_trigger functions onInteract, onHover, onViewport to point to new location in core/primitives/defer (#61342) 2025-05-21 17:30:10 +00:00
i18n refactor: update packages/core:{core,src} to ts_project (#61275) 2025-05-14 12:01:51 +00:00
interface refactor: update packages/core:{core,src} to ts_project (#61275) 2025-05-14 12:01:51 +00:00
internal refactor(core): account for anonymous classes in internal utility (#58392) 2024-10-28 12:38:03 -07:00
linker feat(core): Add destroyed property on DestroyRef (#61849) 2025-06-04 14:14:55 -04:00
metadata docs: replace EventEmitter with output and self-closing tags in templates (#60910) 2025-04-22 21:42:18 +02:00
platform refactor(core): remove module bootstrap code when using standalone. (#59208) 2025-05-01 08:39:34 -07:00
reflection refactor: update packages/core:{core,src} to ts_project (#61275) 2025-05-14 12:01:51 +00:00
render docs: add link label & paragraph for correct display (#60708) 2025-04-30 08:18:07 -07:00
render3 fix(core): components marked for traversal resets reactive context (#61663) 2025-06-05 14:49:01 +02:00
resource fix(core): unregister onDestroy in ResourceImpl when destroy() is called (#61870) 2025-06-04 14:23:13 -04:00
sanitization refactor: add explicit types for exports relying on inferred call return type (#61312) 2025-05-13 22:45:18 +00:00
testability fix(core): cleanup testability subscriptions (#61261) 2025-05-21 12:06:23 +00:00
util docs: update API examples to modern angular (#61688) 2025-05-29 17:53:28 -04:00
view refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
zone docs: update API examples to modern angular (#61688) 2025-05-29 17:53:28 -04:00
authoring.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
cached_injector_service.ts refactor: add @__PURE__ next to @pureOrBreakMyCode for improved bundler compatibility (#58297) 2024-10-28 12:26:05 -07:00
change_detection.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
console.ts refactor: remove unnecessary TSLint rule flags (#59365) 2025-01-07 16:06:21 +00:00
core.externs.js refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
core.ts build: migrate platform-browser and platform-browser-dynamic package to use rules_js (#61623) 2025-05-23 15:14:00 -07:00
core_private_export.ts build: migrate platform-server to rules_js (#61589) 2025-05-22 11:35:55 -07:00
core_reactivity_export.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
core_reactivity_export_internal.ts refactor(core): convert scripts within packages/core/src to relative imports (#60227) 2025-03-25 10:58:00 -07:00
core_render3_private_export.ts refactor(core): replace propertyInterpolateX with property (#61639) 2025-05-26 09:21:23 +00:00
di.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
document.ts feat(core): move DOCUMENT token into core (#60663) 2025-04-01 12:48:06 +00:00
error_details_base_url.ts docs: change xss doc url to angular new documentation (#59915) 2025-03-11 12:57:48 -07:00
error_handler.ts fix(core): do not run change detection on global error events (#60944) 2025-04-23 15:17:28 +02:00
errors.ts refactor(core): drop rxResource error messages (#61565) 2025-05-21 12:42:59 +00:00
event_delegation_utils.ts fix(core): enable stashing only when withEventReplay() is invoked (#61077) 2025-05-14 10:35:57 -07:00
event_emitter.ts fix(core): async EventEmitter error should not prevent stability (#61028) 2025-04-29 22:14:15 -07:00
image_performance_warning.ts refactor(core): drop platform check in ImagePerformanceWarning (#59809) 2025-02-20 12:32:22 -05:00
linker.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
metadata.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
ng_reflect.ts refactor(core): stop producing ng-reflect attributes by default (#60973) 2025-04-24 10:07:35 -07:00
pending_tasks.ts docs(docs-infra): Add version of introduction for APIs (#60814) 2025-05-02 07:51:33 -07:00
profiler.ts refactor(platform-server): Add an ssr benchmark setup. (#57647) 2024-10-04 10:45:22 -07:00
r3_symbols.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
render.ts feat(core): add event listener options to renderer (#59092) 2024-12-10 13:39:47 -08:00
transfer_state.ts refactor(core): replace PLATFORM_ID in initTransferState (#60299) 2025-03-10 13:49:23 -07:00
version.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
zone.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00