Skip to content

Interface: GetOptions

Defined in: packages/core/src/di/module-ref.ts:10

Options for ModuleRef.get() method

Properties

PropertyTypeDescriptionDefined in
strict?booleanIf true, only search in the current module. If false (default), search in current module and all imported modules.packages/core/src/di/module-ref.ts:15

Released under the MIT License.