17.2.0-rc.0 (2024-02-08)
common
| Commit | Description |
|---|---|
| add Netlify image loader (#54311) |
compiler-cli
| Commit | Description |
|---|---|
allow custom/duplicate decorators for @Injectable classes in local compilation mode (#54139)
| |
| consider the case of duplicate Angular decorators in local compilation diagnostics (#54139) | |
| do not error due to multiple components named equally (#54273) | |
forbid custom/duplicate decorator when option forbidOrphanComponents is set (#54139)
| |
| handle default imports in defer blocks (#53695) | |
| highlight the unresolved element in the @Component.styles array for the error LOCAL_COMPILATION_UNRESOLVED_CONST (#54230) | |
| interpolatedSignalNotInvoked diagnostic for model signals (#54338) | |
| properly catch fatal diagnostics in type checking (#54309) | |
| show specific error for unresolved @Directive.exportAs in local compilation mode (#54230) | |
| show specific error for unresolved @HostBinding's argument in local compilation mode (#54230) | |
| show specific error for unresolved @HostListener's event name in local compilation mode (#54230) | |
| show the correct message for the error LOCAL_COMPILATION_UNRESOLVED_CONST when an unresolved symbol used for @Component.styles (#54230) |
core
| Commit | Description |
|---|---|
| add support for model inputs (#54252) | |
| expose queries as signals (#54283) | |
afterRender hooks should allow updating state (#54074)
| |
Fix possible infinite loop with markForCheck by partially reverting #54074 (#54329)
| |
| update imports to be compatible with rxjs 6 (#54193) |
router
| Commit | Description |
|---|---|
| Clear internal transition when navigation finalizes (#54261) |