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

Class

projects/ui/src/directives/input.ts:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 hostDirectives: [NgpInput],
18})
19export class UiInput {
20 inputClass = input<string>('', { alias: 'class' });
21 computedClass = computed(() => inputVariants({ class: this.inputClass() }));
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected