linkQuery
npm Package | @angular/core |
---|---|
Module | import { Query } from '@angular/core'; |
Source | core/src/metadata/di.ts |
linkOverview
class Query {
descendants: boolean
first: boolean
read: any
isViewQuery: boolean
selector: any
}
linkDescription
Base class for query metadata.
See ContentChildren
, ContentChild
, ViewChildren
, ViewChild
for
more information.