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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.