projects/ui/accordion/config/features.ts
Override the default heading level (aria-level) a CngxAccordionGroup applies when [headingLevel] is not bound. Per-instance [headingLevel] still wins; the group clamps the resolved value into the ARIA 2-6 range.
aria-level
CngxAccordionGroup
[headingLevel]
provideAccordionConfig(withDefaultHeadingLevel(2));
withDefaultHeadingLevel(headingLevel: number)
number
CngxAccordionConfigFeature