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

Class

projects/ui/src/directives/progress.ts:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }],
28})
29export class UiProgress {
30 inputClass = input<string>('', { alias: 'class' });
31 computedClass = computed(() => progress({ class: this.inputClass() }));
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected