MCPcopy 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})
33export 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