Query

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

doc_Angular
2016-10-06 09:46:53
Comments
Leave a Comment

Please login to continue.