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

Method ngOnDestroy

src/aria/grid/grid.ts:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 }
171
172 ngOnDestroy() {
173 this._collection.stopObserving();
174 }
175
176 /** Scrolls the active cell into view. */
177 scrollActiveCellIntoView(options: ScrollIntoViewOptions = {block: 'nearest'}) {

Callers

nothing calls this directly

Calls 1

stopObservingMethod · 0.80

Tested by

no test coverage detected