xInjection for ReactJS - v1.0.2
    Preparing search index...

    Class ProviderModuleBlueprint

    Index

    Constructors

    Properties

    defaultScope?: InjectionScope
    id: ModuleIdentifier
    imports?: ImportsDefinition
    isGlobal?: boolean
    onDispose?: () => _RequireAtLeastOne
    onReady?: (module: IProviderModule) => void | Promise<void>
    onReset?: () => _RequireAtLeastOne
    providers?: ProvidersDefinition

    Methods

    • Can be used to instantiate a new blueprint with the same exact options as this one.

      Note: Everything is deep cloned, you can safely overwrite all the properties of the cloned instance.

      Returns ProviderModuleBlueprint