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

Class

projects/ui/src/directives/form-field.ts:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 hostDirectives: [NgpError],
62})
63export class UiError {
64 inputClass = input<string>('', { alias: 'class' });
65 computedClass = computed(() => error({ class: this.inputClass() }));
66}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected