Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 577 Bytes

File metadata and controls

22 lines (14 loc) · 577 Bytes
id InjectQueryOptions
title InjectQueryOptions

Interface: InjectQueryOptions

Defined in: inject-query.ts:25

Properties

injector?

optional injector: Injector;

Defined in: inject-query.ts:31

The Injector in which to create the query.

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