compiler
| Commit | Description |
|---|---|
| allow template to access private props | |
| do not encapsulate nested selectors if parent contains ::ng-deep | |
| scope nested CSS rules |
compiler-cli
| Commit | Description |
|---|---|
| add strictUnclaimedEventNames option to catch misspelled output bindings | |
| scope type-checking of keyed defer blocks | |
| deduplicate deferred imports across multiple blocks |
core
| Commit | Description |
|---|---|
| add ErrorBoundary programmatic APIs (#70463) | |
| add utility for testing directives | |
allow reading Injector from a view or content query
| |
| support annotations in WebMCP tool declarations | |
| cancel leave animations in nested views during list reordering | |
| support function and signal bindings in animate.enter and animate.leave | |
| update FakeNavigation to match WHATWG HTML spec |
forms
| Commit | Description |
|---|---|
| allow permanent hidden fields in signal forms | |
hard-code readOnlyHint and untrustedContentHint for WebMCP implicit signal forms
|
language-service
| Commit | Description |
|---|---|
add support for @boundary blocks (#70463)
|