Optional
_subscriptions: ScopeSubscription<Context>[]Reports whether this view has been destroyed.
True after the destroy()
method has been called, false otherwise.
the first node for this embedded view.
the last node for this embedded view.
The root nodes for this embedded view.
A lifecycle hook that provides additional developer-defined cleanup functionality for views.
A handler function that cleans up developer-defined data
associated with a view. Called when the destroy()
method is invoked.
The context for this view, inherited from the anchor element.