Back to Query

InjectMutationStateOptions

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

5.90.3578 B
Original Source

Interface: InjectMutationStateOptions

Defined in: inject-mutation-state.ts:45

Properties

injector?

ts
optional injector: Injector;

Defined in: inject-mutation-state.ts:51

The Injector in which to create the mutation state signal.

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