ViewRef

ViewRef

Stable Class

Class Overview

class ViewRef extends ChangeDetectorRef {
  destroy() : void
  destroyed : boolean
  onDestroy(callback: Function) : any
}

Class Description

Class Details

destroy() : void

Destroys the view and all of the data structures associated with it.

登录查看完整内容