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

Class

projects/ui/src/directives/avatar.ts:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 template: `<ng-content />`,
50})
51export class UiAvatarFallback {
52 inputClass = input<string>('', { alias: 'class' });
53 computedClass = computed(() => avatarFallback({ class: this.inputClass() }));
54}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected