class
Base class for query metadata.
abstract class Query { descendants: boolean emitDistinctChangesOnly: boolean first: boolean read: any isViewQuery: boolean selector: any static?: boolean }
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://v12.angular.io/api/core/Query