MCPcopy Create free account
hub / github.com/angularcafe/slateui /

Class

projects/ui/src/directives/table.ts:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85})
86export class UiTableHead {
87 inputClass = input<string>('', { alias: 'class' });
88 computedClass = computed(() => tableHead({ class: this.inputClass() }));
89}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected