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

Method ngOnDestroy

src/aria/tabs/tab-list.ts:173–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 }
172
173 ngOnDestroy() {
174 this._tabsParent._unregister();
175 this._collection.stopObserving();
176 }
177
178 /** Opens the tab panel with the specified value. */
179 open(value: string): boolean {

Callers

nothing calls this directly

Calls 2

stopObservingMethod · 0.80
_unregisterMethod · 0.45

Tested by

no test coverage detected