diff --git a/adev/src/content/reference/migrations/overview.md b/adev/src/content/reference/migrations/overview.md index a5eaa805f70..d047fc664b7 100644 --- a/adev/src/content/reference/migrations/overview.md +++ b/adev/src/content/reference/migrations/overview.md @@ -15,4 +15,10 @@ Learn about how you can migrate your existing angular project to the latest feat 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. + + Convert existing `@Input` fields to the new signal input API that is now production ready. + + + Convert existing decorator query fields to the improved signal queries API. The API is now production ready. +