Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ ngOnInit
Method
ngOnInit
src/aria/tabs/tab.ts:117–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
}
116
117
ngOnInit() {
118
this._tabList._collection.register(this);
119
}
120
121
ngOnDestroy() {
122
this._tabList._collection.unregister(this);
Callers
nothing calls this directly
Calls
1
register
Method · 0.45
Tested by
no test coverage detected