Honor optional
field in Angular migrations
#29342
yjaaidi
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since Angular 18, Angular has a new concept of optional migrations (e.g.
@angular/core
'sprovide-initializer
or@angular/cli
application builder).When the
optional
field is set to true, the user is prompted to run that migration. Users can also decide to run the migration later on using commands such asng update @angular/core --migrate-only --from 18 --to 19
.It would be nice if:
Beta Was this translation helpful? Give feedback.
All reactions