| 61 | hostDirectives: [NgpError], |
| 62 | }) |
| 63 | export class UiError { |
| 64 | inputClass = input<string>('', { alias: 'class' }); |
| 65 | computedClass = computed(() => error({ class: this.inputClass() })); |
| 66 | } |
nothing calls this directly
no outgoing calls
no test coverage detected