angular-docs-cn/packages/core/schematics/migrations
Charles Lyding 2b2a847ad7 refactor(migrations): remove rxjs usage within static queries migration (#38657)
rxjs was only used within one location within the static queries migration to workaround
a previous limitation that schematics could not directly use a promise.  However, promise
support has been available since 8.0.  This change removes the observable promise wrapping.
It also removes an any cast that was previously needed to workaround rxjs version mismatches
during compilation.

PR Close #38657
2021-01-21 14:04:20 -08:00
..
abstract-control-parent fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00
can-activate-with-redirect-to feat(core): Add schematic to fix invalid `Route` configs (#40067) 2021-01-05 10:09:28 -08:00
dynamic-queries fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00
google3 feat(core): Add schematic to fix invalid `Route` configs (#40067) 2021-01-05 10:09:28 -08:00
initial-navigation fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00
missing-injectable fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00
module-with-providers fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00
move-document fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00
native-view-encapsulation fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00
navigation-extras-omissions fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00
relative-link-resolution fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00
renderer-to-renderer2 fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00
router-preserve-query-params fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00
static-queries refactor(migrations): remove rxjs usage within static queries migration (#38657) 2021-01-21 14:04:20 -08:00
template-var-assignment fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00
undecorated-classes-with-decorated-fields fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00
undecorated-classes-with-di fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00
wait-for-async fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00