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

Class

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

Source from the content-addressed store, hash-verified

72 }
73})
74export class UiTableRow {
75 inputClass = input<string>('', { alias: 'class' });
76 computedClass = computed(() => tableRow({ class: this.inputClass() }));
77}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected