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

Module to attach inline-edit functionality to an WCH based Angular application.

Usage no npm install needed!

<script type="module">
  import acousticContentSdkWebComponentsServices from 'https://cdn.skypack.dev/@acoustic-content-sdk/web-components-services';
</script>

README

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

Variable Description
ACOUSTIC_AUTH_STATUS Constant for the page service
ACOUSTIC_DELIVERY_SEARCH_RESOLVER Constant for the navigation service
ACOUSTIC_DELIVERY_SITE_RESOLVER Constant for the site service
ACOUSTIC_LOGGER_SERVICE
ACOUSTIC_URL_CONFIG Constant for the url config
MODULE Module name
VERSION Version 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;
}