| 40 | hostDirectives: [NgpProgressIndicator], |
| 41 | }) |
| 42 | export class UiProgressIndicator { |
| 43 | inputClass = input<string>('', { alias: 'class' }); |
| 44 | computedClass = computed(() => progressIndicator({ class: this.inputClass() })); |
| 45 | } |
nothing calls this directly
no outgoing calls
no test coverage detected