Provides nav system configuration
provideNavConfig
Functioncommon/interactive
projects/common/interactive/nav/nav-config.ts
Description#
Provides nav system configuration. Accepts withXxx() feature functions
for composable setup.
Automatically includes CngxNavGroupRegistry when singleAccordion is enabled
(either directly or via withSingleAccordion()).
providers: [provideNavConfig(withSingleAccordion(), withNavIndent(16))]