MCPcopy Create free account
hub / github.com/angular/examples / themeClass

Method themeClass

dynamic-sdui-app/src/app/chat/chat.component.ts:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 welcomeText = APP_CONTEXT.welcomeText;
173
174 @HostBinding('class') get themeClass() {
175 return `${this.theme}-theme`;
176 }
177
178 constructor(private elementRef: ElementRef) {
179 effect(() => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected