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