MCPcopy Index your code
hub / github.com/angular/components / constructor

Method constructor

src/aria/tabs/tabs.ts:99–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 });
98
99 constructor() {
100 afterNextRender(() => {
101 this._collection.startObserving(this.element);
102 });
103 }
104
105 ngOnDestroy() {
106 this._collection.stopObserving();

Callers

nothing calls this directly

Calls 1

startObservingMethod · 0.80

Tested by

no test coverage detected