Skip to main content
cngx-src documentation

CNGX_LOADING_CONFIG

Tokenv0.1.0

InjectionToken<CngxLoadingConfig>

Description#

Injection token carrying the resolved CngxLoadingConfig. Provided in 'root' with CNGX_LOADING_DEFAULTS; override app-wide via provideLoadingConfig(...) or per component tree via provideLoadingConfigAt(...). Either override resolves its features against the library defaults, not the ancestor scope - a subtree override replaces the whole config.

Type#

InjectionToken<CngxLoadingConfig>

Provided in#

'root'