Query

From Get docs
< @angular/coreAngular/docs/8/api/core/query


Query

class

Base class for query metadata.

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

See also

  • ContentChildren.
  • ContentChild.
  • ViewChildren.
  • ViewChild.

Properties

Property Description
descendants: boolean
first: boolean
read: any
isViewQuery: boolean
selector: any
static: boolean


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/core/Query