On this page
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
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