Back to Query

InjectMutationOptions

docs/framework/angular/reference/interfaces/InjectMutationOptions.md

5.90.3536 B
Original Source

Interface: InjectMutationOptions

Defined in: inject-mutation.ts:28

Properties

injector?

ts
optional injector: Injector;

Defined in: inject-mutation.ts:34

The Injector in which to create the mutation.

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