Page Contents
Home > @loopback/context > Binding > providerConstructor
Binding.providerConstructor property
For bindings bound via toProvider()
, this property contains the constructor function of the provider class
Signature:
get providerConstructor(): Constructor<Provider<T>> | undefined;