main
fix(core): reject prefixed SVG script hosts
refactor(core): Update determineLongestAnimation to account for playback rate
refactor(core): dispatch enter and leave animations at the right times (#63450)
fix(core): preserve explicit input transform write type
build: update cross-repo angular dependencies
build: update Jasmine to 6.0.0
refactor(compiler): remove zone-based testing utilities
refactor(core): move devtools ai tool definition types to primitives
fix(core): avoid uncaught promise errors in injectAsync prefetching
build: migrate all `ts_library` in `packages/core/test` (#61472)
fix(core): catch hydration marker with implicit body tag (#60429)
fix(core): avoid caching missing locale data
feat(core): Set default Component changeDetection strategy to OnPush
fix(compiler): restrict possible event handler check to property names longer than 2 characters
refactor(core): improve resource loading with async/await
refactor: update license text to point to angular.dev (#57901)
fix(core): warn when style property bindings receive invalid values
feat(core): add ability to cache resources for SSR
fix(core): account for namespaces in host binding sanitization (#69558)
perf(core): detect existing signal dependency without checking all producer links
build: rename defaults2.bzl to defaults.bzl (#63383)
feat(core): Update Testability to use PendingTasks for stability indicator
Revert "fix(core): escape overlapping comment delimiters in escapeCommentText"
refactor(core): update WebMCP tool registration to be asynchronous
ci: reformat files
refactor(core): convert scripts within `packages/core/test` to relative imports (#60227)
test(core): refactors test to use `timeout` utility
feat(core): bootstrap via `ApplicationRef` with config
refactor(core): Update tests for zoneless by default (#63668)
refactor(core): update error message links to versioned docs (#66374)
refactor(core): Don't throw when there are not async metadata
fix(core): harden TransferState restoration against DOM clobbering