mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(core): run control-flow migration by default (#64136)
After adding the control flow migration as optional in v20, we enable it by default in v21. PR Close #64136
This commit is contained in:
parent
2f6caef636
commit
d16d624b90
1 changed files with 1 additions and 2 deletions
|
|
@ -3,8 +3,7 @@
|
|||
"control-flow-migration": {
|
||||
"version": "21.0.0",
|
||||
"description": "Converts the entire application to block control flow syntax",
|
||||
"factory": "./bundles/control-flow-migration.cjs#migrate",
|
||||
"optional": true
|
||||
"factory": "./bundles/control-flow-migration.cjs#migrate"
|
||||
},
|
||||
"router-current-navigation": {
|
||||
"version": "21.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue