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