mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a80ac0a8d3
This is required as e.g. `token` from `@Inject` is accessed in string form via makeParamDecorator but as a property in the `ReflectiveInjector`. Closes #16889 as this is a more general fix.