MCPcopy Create free account
hub / github.com/angular/components / ngOnDestroy

Method ngOnDestroy

src/aria/listbox/listbox.ts:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198 }
199
200 ngOnDestroy() {
201 this._collection.stopObserving();
202 }
203
204 scrollActiveItemIntoView(options: ScrollIntoViewOptions = {block: 'nearest'}) {
205 this._pattern.inputs.activeItem()?.element()?.scrollIntoView(options);

Callers

nothing calls this directly

Calls 1

stopObservingMethod · 0.80

Tested by

no test coverage detected