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

Class

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

Source from the content-addressed store, hash-verified

48 }
49})
50export class UiTableBody {
51 inputClass = input<string>('', { alias: 'class' });
52 computedClass = computed(() => tableBody({ class: this.inputClass() }));
53}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected