mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
54ea3b65c3
Previously this case was missed by the default framework injector profiler. Now in ngDevMode this event emits correctly when a service is configured with `providedIn`. This includes the case where injection tokens are configured with a `providedIn`. This commit also includes unit tests for this new case in the injector profiler. PR Close #52365