Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angularcafe/slateui
/
Class
projects/ui/src/directives/table.ts:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
})
26
export
class
UiTable {
27
inputClass = input<string>(
''
, { alias:
'class'
});
28
computedClass = computed(() => table({
class
: this.inputClass() }));
29
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected