Back to Query

InjectQueryOptions

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

5.90.3518 B
Original Source

Interface: InjectQueryOptions

Defined in: inject-query.ts:20

Properties

injector?

ts
optional injector: Injector;

Defined in: inject-query.ts:26

The Injector in which to create the query.

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