17.2.0 (2024-02-14)
common
Commit | Description |
---|---|
add Netlify image loader (#54311) | |
add placeholder to NgOptimizedImage (#53783) |
compiler
Commit | Description |
---|---|
Add a TSConfig option useTemplatePipeline (#54057)
| |
scope selectors in @starting-style (#53943) | |
Fix the template pipeline option (#54148) |
compiler-cli
Commit | Description |
---|---|
generate extra imports for component local dependencies in local mode (#53543) | |
generate global imports in local compilation mode (#53543) | |
make it configurable to generate alias reexports (#53937) | |
support host directives for local compilation mode (#53877) | |
allow custom/duplicate decorators for @Injectable classes in local compilation mode (#54139)
| |
consider the case of duplicate Angular decorators in local compilation diagnostics (#54139) | |
forbid custom/duplicate decorator when option forbidOrphanComponents is set (#54139)
| |
generating extra imports in local compilation mode when cycle is introduced (#53543) | |
highlight the unresolved element in the @Component.styles array for the error LOCAL_COMPILATION_UNRESOLVED_CONST (#54230) | |
show proper error for custom decorators in local compilation mode (#53983) | |
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) | |
support jumping to definitions of signal-based inputs (#54053) |
core
Commit | Description |
---|---|
add support for model inputs (#54252) | |
expose queries as signals (#54283) | |
add toString implementation to signals (#54002) | |
do not crash for signal query that does not have any matches (#54353) | |
expose model signal subcribe for type checking purposes (#54357) | |
return the same children query results if there are no changes (#54392) | |
show placeholder block on the server with immediate trigger (#54394) |
http
Commit | Description |
---|---|
Use string body to generate transfer cache key. (#54379) |