UNPKG

@loopback/docs

Version:
34 lines (21 loc) 666 B
--- lang: en title: 'API docs: core.component.providers' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.core.component.providers.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/core](./core.md) &gt; [Component](./core.component.md) &gt; [providers](./core.component.providers.md) ## Component.providers property A map of providers to be bound to the application context <b>Signature:</b> ```typescript providers?: ProviderMap; ``` ## Example ```ts { 'authentication.strategies.ldap': LdapStrategyProvider } ```