Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(core): simplify ReflectiveInjector by removing code for Dart…
… implementation (angular#14126) ReflectiveInjector previously used two strategies for resolving dependencies. These were to support the Dart implementation, but are no longer needed. A result of this PR is there is no longer a 20 dependency limit and the generated code is smaller. PR Close angular#14126
- Loading branch information