Framework
Version

InjectMutationStateOptions

Interface: InjectMutationStateOptions

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

Properties

injector?

ts
optional injector: Injector;
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).