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

Class

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

Source from the content-addressed store, hash-verified

61 template: '<ng-content />'
62})
63export class UiAlertDescription {
64 inputClass = input<string>('', { alias: 'class' });
65 computedClass = computed(() => alertDescription({ class: this.inputClass() }));
66}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected