Hierarchy (View Summary)

Constructors

Accessors

  • get destroyed(): boolean
  • Reports whether this view has been destroyed.

    Returns boolean

    True after the destroy() method has been called, false otherwise.

Methods

  • throw error if any changes has been made

    Returns void

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

    Returns void

  • used when want to update ui-view like, you want to replace an array with another without reflect changes on view until reattached again.

    Returns void

  • apply change detection

    Returns void

  • apply changes now, will not effect the state of the detector wither if attached ot not.

    Returns void

  • A lifecycle hook that provides additional developer-defined cleanup functionality for views.

    Parameters

    • callback: Function

      A handler function that cleans up developer-defined data associated with a view. Called when the destroy() method is invoked.

    Returns { unsubscribe(): void }

  • apply all the not emitted changes, and continue emit changes now.

    Returns void