| 61 | template: '<ng-content />' |
| 62 | }) |
| 63 | export class UiAlertDescription { |
| 64 | inputClass = input<string>('', { alias: 'class' }); |
| 65 | computedClass = computed(() => alertDescription({ class: this.inputClass() })); |
| 66 | } |
nothing calls this directly
no outgoing calls
no test coverage detected