Skip to content

Provider

reference
1 min readUpdated

Kind: Type

Source: packages/common/interfaces/modules/provider.interface.ts

Part of: Common

Definition

ts
| Type<any> | ClassProvider<T> | ValueProvider<T> | FactoryProvider<T> | ExistingProvider<T>

Used by

16 references from 16 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (16)

  • requestProviderpackages/core/router/request/request-providers.ts:5
  • HelloModuleintegration/inspector/src/circular-hello/hello.module.ts:6
  • HelloModuleintegration/scopes/src/circular-hello/hello.module.ts:6
  • HelloModuleintegration/scopes/src/circular-transient/hello.module.ts:7
  • HelloModuleintegration/scopes/src/hello/hello.module.ts:6
  • HelloModuleintegration/scopes/src/msvc/hello.module.ts:7
  • HelloModuleintegration/scopes/src/transient/hello.module.ts:7
  • ClientsModulepackages/microservices/module/clients.module.ts:17

…and 8 more.

Was this page helpful?

Download as PDF
Provider — NestJS head-to-head