angular-cn/packages/upgrade/src
Pete Bacon Darwin a4462c24fa fix(upgrade): don't rely upon the runtime to resolve forward refs (#27132)
The way that `UpgradeAdapter` needs to be setup, you often find that
you must pass a `forwardRef` for an `NgModule.import`. Pre-ivy, this
gets resolved at runtime, but until this is implemented in ivy, we can
workaround it by resolving it in the `UpgradeAdapter` upfront.

This should be backward-compatible since by the time we actually
create the dynamic `NgModule` that has the import, the imported
class should be defined.

PR Close #27132
2018-11-26 09:25:08 -08:00
..
common fix(upgrade): improve downgrading-related error messages (#26217) 2018-11-05 16:33:55 -08:00
dynamic fix(upgrade): don't rely upon the runtime to resolve forward refs (#27132) 2018-11-26 09:25:08 -08:00
static fix(upgrade): improve downgrading-related error messages (#26217) 2018-11-05 16:33:55 -08:00