mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: add queries and input migration to angular.dev migration overview (#58260)
Adds queries and input migration to the angular.dev migration overview. PR Close #58260
This commit is contained in:
parent
78b08cf0d1
commit
15ca29fed4
1 changed files with 6 additions and 0 deletions
|
|
@ -15,4 +15,10 @@ Learn about how you can migrate your existing angular project to the latest feat
|
|||
<docs-card title="Lazy-loaded routes" link="Migrate now" href="reference/migrations/route-lazy-loading">
|
||||
Convert eagerly loaded component routes to lazy loaded ones. This allows the build process to split production bundles into smaller chunks, to load less JavaScript at initial page load.
|
||||
</docs-card>
|
||||
<docs-card title="New `input()` API" link="Migrate now" href="reference/migrations/signal-inputs">
|
||||
Convert existing `@Input` fields to the new signal input API that is now production ready.
|
||||
</docs-card>
|
||||
<docs-card title="Queries as signal" link="Migrate now" href="reference/migrations/signal-queries">
|
||||
Convert existing decorator query fields to the improved signal queries API. The API is now production ready.
|
||||
</docs-card>
|
||||
</docs-card-container>
|
||||
|
|
|
|||
Loading…
Reference in a new issue