angular-cn/packages/upgrade/test/static
George Kalpakas 326b464d20 fix(upgrade): correctly handle nested downgraded components with `downgradeModule()` (#27217)
Previously, nested downgraded components would not be created/destroyed
inside the Angular zone (as they should) and they would not be wired up
correctly for change detection.

This commit ensures that ngUpgrade correctly detects whether this is an
ngUpgradeLite app (i.e. one using `downgradeModule()` instead of
`UpgradeModule`) and appropriately handles components, even if they are
nested inside other downgraded components.

Fixes #22581
Closes #22869
Closes #27083

PR Close #27217
2018-12-20 16:20:41 -05:00
..
integration fix(upgrade): correctly handle nested downgraded components with `downgradeModule()` (#27217) 2018-12-20 16:20:41 -05:00
angular1_providers_spec.ts refactor(upgrade): use correct paths for imports (#22167) 2018-02-25 10:06:14 -08:00
test_helpers.ts refactor(upgrade): use a constant for `$exceptionHandler` (#26217) 2018-11-05 16:33:54 -08:00