main
refactor(core): allow AnimationClassBindingFn to return undefined or null
refactor(core): use the `@Service` decorator where possible.
fix(core): preserve explicit input transform write type
docs(docs-infra): Add build-time validation for API and guide links using route manifest
refactor(compiler): sync compiler_facade_interface replica with main
refactor(core): move signal debug graph interfaces to primitives/devtools
fix(core): incorrect loop in defer blocks
fix(core): initialize hydration triggers after late runtime activation
fix(core): avoid caching missing locale data
refactor(core): add context support for foreign components (#69502)
refactor(core): add internal utility
refactor(core): Update registerNgModuleType to support codegen typechecking
feat(core): register AI runtime debugging tools
build: rename defaults2.bzl to defaults.bzl (#63383)
refactor(core): patch special provider classes with __NG_ELEMENT_ID__
fix(core): reject prefixed SVG script hosts
fix(forms): allow multiple async validators
fix(core): account for namespaces in host binding sanitization (#69558)
feat(core): Update Testability to use PendingTasks for stability indicator
refactor(core): remove unused utility functions
refactor: update license text to point to angular.dev (#57901)
refactor(core): remove deprecated `unregisterTool` from `ModelContext`
docs: Adds links to relevant guides for APIs in core package
refactor(core): move interfaces around (#64535)
refactor: remove unnecessary TSLint rule flags (#59365)
refactor(core): expose isWritableSignal to the publicApi
refactor(core): correct all `typeof ngDevMode` comparison patterns introduced by #63875
refactor(core): update error message links to versioned docs (#66374)
fix(core): warn when style property bindings receive invalid values
fix(core): guard against non-object events and avoid listener wrapper identity mismatch
refactor(core): simplifying the ComponentFactory usage
refactor(core): remove redundant `providedIn: 'root'` from injection tokens
fix(core): Handle synchronous errors in PendingTasks.run function
feat(core): Add stability debugging utility
refactor(core): implement missing OnDestroy for schedulers
feat(core): add event listener options to renderer (#59092)
fix(core): harden TransferState restoration against DOM clobbering
refactor(core): expose function to assert type of variables (#62648)
refactor(core): mark `VERSION` as `@__PURE__` for better tree-shaking (#63400)