Back to Query

InjectIsMutatingOptions

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

5.90.3559 B
Original Source

Interface: InjectIsMutatingOptions

Defined in: inject-is-mutating.ts:13

Properties

injector?

ts
optional injector: Injector;

Defined in: inject-is-mutating.ts:19

The Injector in which to create the isMutating signal.

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