| 17 | hostDirectives: [NgpInput], |
| 18 | }) |
| 19 | export class UiInput { |
| 20 | inputClass = input<string>('', { alias: 'class' }); |
| 21 | computedClass = computed(() => inputVariants({ class: this.inputClass() })); |
| 22 | } |
nothing calls this directly
no outgoing calls
no test coverage detected