Skip to main content
Version: 11.14.0

APP_FEATURES

Deprecated

APP_FEATURES is deprecated. Use the general configuration object from AppStore instead.

The APP_FEATURES injection token provided application-level feature flags. It has been superseded by the general config managed by AppStore.

Token

import { APP_FEATURES } from '@sinequa/atomic-angular';
NameTypeDescription
APP_FEATURESInjectionToken<AppFeatures>Injection token for application feature flags.