Stable Class
Class Overview
class Query { descendants : boolean first : boolean read : any isViewQuery : boolean selector : any }
Class Description
Base class for query metadata.
See ContentChildren
, ContentChild
, ViewChildren
, ViewChild
for more information.
Class Details
descendants : boolean
first : boolean
read : any
isViewQuery : boolean
selector : any
exported from @angular/core/index, defined in @angular/core/src/metadata/di.ts
Please login to continue.