MCPcopy
hub / github.com/angular/components / ngOnDestroy

Method ngOnDestroy

src/aria/tree/tree.ts:204–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202 }
203
204 ngOnDestroy() {
205 this._collection.stopObserving();
206 }
207
208 scrollActiveItemIntoView(options: ScrollIntoViewOptions = {block: 'nearest'}) {
209 this._pattern.inputs.activeItem()?.element()?.scrollIntoView(options);

Callers

nothing calls this directly

Calls 1

stopObservingMethod · 0.80

Tested by

no test coverage detected