Type Alias ContainerOptions

ContainerOptions: { resolveChildren: boolean; resolveParent: boolean }

Options for Container

Type declaration

  • resolveChildren: boolean

    If the container cant resolve a dependency and it has children, should it check them in order until it finds one?

  • resolveParent: boolean

    If the container cant resolve a dependency and it has a parent, should it check the parent?