angular / 6.1.10 / api / core / query.html /

Query

class

Base class for query metadata.

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

See also

Properties

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

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