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:
Paul Gschwendtner 2024-10-18 11:51:08 +00:00
parent 78b08cf0d1
commit 15ca29fed4

View file

@ -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>