| 95 | template: `<ng-content />` |
| 96 | }) |
| 97 | export class UiCardContent { |
| 98 | inputClass = input<string>('', { alias: 'class' }); |
| 99 | computedClass = computed(() => cardContent({ class: this.inputClass() })); |
| 100 | } |
nothing calls this directly
no outgoing calls
no test coverage detected