Page Contents
Home > @loopback/core > Component > providers
Component.providers property
A map of providers to be bound to the application context
Signature:
providers?: ProviderMap;
Example
{
'authentication.strategies.ldap': LdapStrategyProvider
}