Documentation
Framework
Version

InjectMutationOptions

Interface: InjectMutationOptions

Defined in: inject-mutation.ts:27

Properties

injector?

optional injector: Injector;
optional injector: Injector;

Defined in: inject-mutation.ts:33

The Injector in which to create the mutation.

If this is not provided, the current injection context will be used instead (via inject).