Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ ngOnInit
Method
ngOnInit
src/aria/toolbar/toolbar-widget.ts:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
});
106
107
ngOnInit() {
108
this._toolbar._collection.register(this);
109
}
110
111
ngOnDestroy() {
112
this._toolbar._collection.unregister(this);
Callers
nothing calls this directly
Calls
1
register
Method · 0.45
Tested by
no test coverage detected