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

Class

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

Source from the content-addressed store, hash-verified

84 hostDirectives: [NgpSeparator]
85})
86export class UiDropdownMenuSeparator {
87 inputClass = input<string>('', { alias: 'class' });
88 computedClass = computed(() => dropdownMenuSeparator({ class: this.inputClass() }));
89}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected