()
| 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(() => { |
nothing calls this directly
no outgoing calls
no test coverage detected