mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ef12570e29
Implements a feature allowing users to visualize multiproviders as one row in the providers table. Also enables the user to log to console any provider in the table. This log includes information about the provider selected, the injector it was configured in, and also calls `Injector.get(Token)` to determine the value the provider evaluates to in it's injector. PR Close #52489