• Overview
@angular/core

Query

interface
stable

Type of the Query metadata.

API

    
      interface Query {  descendants: boolean;  emitDistinctChangesOnly: boolean;  first: boolean;  read: any;  isViewQuery: boolean;  selector: any;  static?: boolean | undefined;}
    
    

descendants

boolean

emitDistinctChangesOnly

boolean

first

boolean

read

any

isViewQuery

boolean

selector

any

static

boolean | undefined
Jump to details