Query

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


Query

class

Base class for query metadata.

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

See also

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

Properties

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


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