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

Class

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

Source from the content-addressed store, hash-verified

115 }],
116})
117export class UiDropdownSubmenuTrigger {
118 inputClass = input<string>('', { alias: 'class' });
119 computedClass = computed(() => dropdownMenuItem({ class: this.inputClass() }));
120}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected