Query

Query

Stable Class

Class Overview

class Query {
  descendants : boolean
  first : boolean
  read : any
  isViewQuery : boolean
  selector : any
}

Class Description

Base class for query metadata.

See ContentChildren, ContentChild, ViewChildren, ViewChild for more information.