DI Bag API / index / ProviderCollectionTokens
Type Alias: ProviderCollectionTokens<R>
ts
type ProviderCollectionTokens<R> = ProviderGraphContract<R> extends infer G ? CollectionTokens<G> : never;Defined in: provider.ts:131
Extract token collection requirements from a provider.
Type Parameters
| Type Parameter | Description |
|---|---|
R | - |
See
https://dany-fedorov.github.io/di-bag/guides/api-reference.html#provider-and-module-projections