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

Class

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

Source from the content-addressed store, hash-verified

36 }
37})
38export class UiTableHeader {
39 inputClass = input<string>('', { alias: 'class' });
40 computedClass = computed(() => tableHeader({ class: this.inputClass() }));
41}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected