mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0ec7043490
Add a schematic to update users to the new v11 `initialNavigation` options for `RouterModule`. This replaces the deprecated/removed `true`, `false`, `legacy_disabled`, and `legacy_enabled` options with the newer `enabledBlocking` and `enabledNonBlocking` options. PR Close #36926