326b464d20
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 |
||
---|---|---|
.. | ||
integration | ||
angular1_providers_spec.ts | ||
test_helpers.ts |