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

Class

projects/ui/src/directives/dropdown-menu.ts:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25})
26export class UiDropdownMenu {
27 inputClass = input<string>('', { alias: 'class' });
28 computedClass = computed(() => dropdownMenu({ class: this.inputClass() }));
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected