mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
458ccc1aff
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 #14126