Skip to main content
cngx-src documentation

withStepperHeaderNavigation

Functioncommon/stepper

projects/common/stepper/stepper-config.ts

Description#

Set the app-wide default header-navigation policy for <cngx-stepper>. 'none' renders inert label headers (footer-only navigation); 'visited' (library default) keeps the headers as focusable buttons whose reachability folds into the linear axis. Per-instance [headerNavigation] Input still wins.

Signature#

withStepperHeaderNavigation(mode: CngxStepperHeaderNavigation)

Parameters#

Returns#

CngxStepperConfigFeature