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

Class

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

Source from the content-addressed store, hash-verified

40 hostDirectives: [NgpProgressIndicator],
41})
42export class UiProgressIndicator {
43 inputClass = input<string>('', { alias: 'class' });
44 computedClass = computed(() => progressIndicator({ class: this.inputClass() }));
45}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected