Utility type for lazy injection. If T is available for injection within the component, then requesting Provider<T> will inject a function that constructs T, respecting its scope.
T
Provider<T>
Provider
Optional
Utility type for lazy injection. If
Tis available for injection within the component, then requestingProvider<T>will inject a function that constructsT, respecting its scope.See
Provider