projects/common/interactive/menu/menu-group.directive.ts
import { CngxMenuGroup } from '@cngx/common/interactive'
Logical grouping for menu items. Renders role="group" with an accessible label. For radio groups, the host owns the selected value and exposes it to enclosed CngxMenuItemRadio children through the CNGX_MENU_RADIO_GROUP contract.
role="group"
CngxMenuItemRadio
CNGX_MENU_RADIO_GROUP
https://cngxjs.github.io/cngx/examples/#/common/interactive/menu/checkable/text-formatting-menu
[cngxMenuGroup]
cngxMenuGroup
role
[attr.aria-label]
CngxMenuGroup
string
Accessible group label.
string | undefined
Optional name for mutual-exclusion scope in radio-item groups.
unknown
Currently selected radio value within this group. Two-way bindable.
void
select(value: unknown)
label()
no-iframes