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

Class

projects/ui/src/directives/dialog.ts:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 hostDirectives: []
46})
47export class UiDialogHeader {
48 inputClass = input<string>('', { alias: 'class' });
49 computedClass = computed(() => dialogHeader({ class: this.inputClass() }));
50}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected