Index

src/module.ts

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
Default value : new InjectionToken<string>('@blueriq:baseUrl')

src/component/component_lifecycle.ts

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

src/elements/module.ts

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

result-matching ""

    No results matching ""