Query
class
Base class for query metadata.
abstract class Query {
descendants: boolean
first: boolean
read: any
isViewQuery: boolean
selector: any
}
See also
ContentChildren.ContentChild.ViewChildren.ViewChild.
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://v7.angular.io/api/core/Query