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

Class

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

Source from the content-addressed store, hash-verified

96 }
97})
98export class UiTableCell {
99 inputClass = input<string>('', { alias: 'class' });
100 computedClass = computed(() => tableCell({ class: this.inputClass() }));
101}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected