9.0.10076 • Published 4 years ago

@acoustic-content-sdk/web-components-services v9.0.10076

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

npm

Table of Contents

Home > @acoustic-content-sdk/web-components-services

web-components-services package

Constants for services that can be required by dynamic web components

Variables

VariableDescription
ACOUSTIC_AUTH_STATUSConstant for the page service
ACOUSTIC_DELIVERY_SEARCH_RESOLVERConstant for the navigation service
ACOUSTIC_DELIVERY_SITE_RESOLVERConstant for the site service
ACOUSTIC_LOGGER_SERVICE
ACOUSTIC_URL_CONFIGConstant for the url config
MODULEModule name
VERSIONVersion and build number of the package

Home > @acoustic-content-sdk/web-components-services > ACOUSTIC_AUTH_STATUS

ACOUSTIC_AUTH_STATUS variable

Constant for the page service

Signature:

ACOUSTIC_AUTH_STATUS: AuthStatus

Home > @acoustic-content-sdk/web-components-services > ACOUSTIC_DELIVERY_SEARCH_RESOLVER

ACOUSTIC_DELIVERY_SEARCH_RESOLVER variable

Constant for the navigation service

Signature:

ACOUSTIC_DELIVERY_SEARCH_RESOLVER: DeliverySearchResolver

Home > @acoustic-content-sdk/web-components-services > ACOUSTIC_DELIVERY_SITE_RESOLVER

ACOUSTIC_DELIVERY_SITE_RESOLVER variable

Constant for the site service

Signature:

ACOUSTIC_DELIVERY_SITE_RESOLVER: DeliverySiteResolver

Home > @acoustic-content-sdk/web-components-services > ACOUSTIC_LOGGER_SERVICE

ACOUSTIC_LOGGER_SERVICE variable

Signature:

ACOUSTIC_LOGGER_SERVICE: LoggerService

Home > @acoustic-content-sdk/web-components-services > ACOUSTIC_URL_CONFIG

ACOUSTIC_URL_CONFIG variable

Constant for the url config

Signature:

ACOUSTIC_URL_CONFIG: Observable<UrlConfig>

Home > @acoustic-content-sdk/web-components-services > MODULE

MODULE variable

Module name

Signature:

MODULE = "@acoustic-content-sdk/web-components-services"

Home > @acoustic-content-sdk/web-components-services > VERSION

VERSION variable

Version and build number of the package

Signature:

VERSION: {
    version: {
        major: string;
        minor: string;
        patch: string;
        branch: string;
    };
    build: Date;
}