Query
class
npm Package | @angular/core |
---|---|
Module | import { Query } from '@angular/core'; |
Source | core/src/metadata/di.ts |
Overview
class Query { descendants: boolean first: boolean read: any isViewQuery: boolean selector: any }
Description
Base class for query metadata.
See ContentChildren
, ContentChild
, ViewChildren
, ViewChild
for more information.
Members
descendants: boolean
first: boolean
read: any
isViewQuery: boolean
selector: any
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/core/Query