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

Class

projects/ui/src/directives/card.ts:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 template: `<ng-content />`
96})
97export class UiCardContent {
98 inputClass = input<string>('', { alias: 'class' });
99 computedClass = computed(() => cardContent({ class: this.inputClass() }));
100}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected