Index

src/module.ts

BLUERIQ_BACKEND_VERSION
BLUERIQ_BACKEND_VERSION:
Default value : new InjectionToken<string>('@blueriq:BackendVersion')

This token should be provided from a backend module. This token is verified to be available during startup of the application to avoid the situation where a cryptic injection error would be thrown when the first requested backend service turns out to be missing. If this token has not been provided, a descriptive error will be thrown instead, otherwise it is assumed that the backend module properly provided all required services.

backend/legacy/src/legacy_backend.ts

BLUERIQ_BASE_URL
BLUERIQ_BASE_URL:
Default value : new InjectionToken<string>('@blueriq:baseUrl')

src/component/component_lifecycle.ts

COMPONENT_LIFECYCLE
COMPONENT_LIFECYCLE:
Default value : new InjectionToken<ComponentLifecycle[]>('@blueriq:component-lifecycle')

src/elements/module.ts

ELEMENT_RESOLVER_CANDIDATE
ELEMENT_RESOLVER_CANDIDATE:
Default value : new InjectionToken<Type<ElementResolver>[]>('@blueriq:ElementResolverCandidate')
VALIDATION_RULE_FACTORIES
VALIDATION_RULE_FACTORIES:
Default value : new InjectionToken<ValidationRuleFactory[]>('@blueriq:ValidationRuleFactories')

src/session/dcm/open_tab.ts

SESSION_ROUTE
SESSION_ROUTE:
Default value : new InjectionToken<string>('@blueriq:sessionRoute')

This token's value corresponds with the user configuration as set in BlueriqConfig.sessionRoute using BlueriqModule.forRoot.

result-matching ""

    No results matching ""