Type Alias: InjectionProvidersConfig
Imported from
@react-logic/diInjectionProvidersConfig =
object
Defined in: di/src/lib/types.ts:109
The shape of the provide prop accepted by <Injector>. Extracted so it
can be reused on custom wrapper components that pass providers through.
Properties
provide?
optionalprovide?:ProviderEntry[]
Defined in: di/src/lib/types.ts:115
Providers to add to the surrounding injection scope. Bare classes are
accepted as shorthand for { provide: C, useClass: C }. The order of
the array doesn't matter; tokens are looked up by identity.