1f8a243b67
This is a follow up to #35637 which resolved a similar issue for `ComponentFactoryResolver`, but not the root cause. When a `NgModuleRef` is created, it instantiates an `Injector` internally which in turn resolves all of injector types. This can result in a circular call that results in an error, because the module is one of the injector types being resolved. These changes work around the issue by allowing the constructor to run before resolving the injector types. Fixes #35677. Fixes #35639. PR Close #35731 |
||
---|---|---|
.. | ||
BUILD.bazel | ||
bundle.golden_symbols.json | ||
index.ts | ||
treeshaking_spec.ts | ||
usage.ts |