Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/DevCloudFE/ng-devui
/ notify
Method
notify
devui/theme/theme-service.ts:141–144 ·
view source on GitHub ↗
(theme: Theme, eventType: string)
Source
from the content-addressed store, hash-verified
139
}
140
141
private notify(theme: Theme, eventType: string) {
142
if
(!this.eventBus) {
return
; }
143
this.eventBus.trigger(eventType, theme);
144
}
145
146
setEventBus(eb: IEventBus) {
147
this.eventBus = eb;
Callers
1
applyTheme
Method · 0.95
Calls
1
trigger
Method · 0.65
Tested by
no test coverage detected