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

Class

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

Source from the content-addressed store, hash-verified

124 ]
125})
126export class UiDialogOverlay {
127 inputClass = input<string>('', { alias: 'class' });
128 computedClass = computed(() => dialogOverlay({ class: this.inputClass() }));
129}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected