@acoustic-content-sdk/component-hbs

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

Usage no npm install needed!

<script type="module">
  import acousticContentSdkComponentHbs from 'https://cdn.skypack.dev/@acoustic-content-sdk/component-hbs';
</script>

README

npm

API Documentation

Home > @acoustic-content-sdk/component-hbs

component-hbs package

Framework independent collection of APIs and constants

Variables

Variable Description
HBS_COMPONENT_RESOLVER_WEIGHT Weight of the handlebars component resolver
isHandlebarsLayout
VERSION Version and build number of the package

Home > @acoustic-content-sdk/component-hbs > HBS_COMPONENT_RESOLVER_WEIGHT

HBS_COMPONENT_RESOLVER_WEIGHT variable

Weight of the handlebars component resolver

Signature:

HBS_COMPONENT_RESOLVER_WEIGHT = 2000

Home > @acoustic-content-sdk/component-hbs > isHandlebarsLayout

isHandlebarsLayout variable

Signature:

isHandlebarsLayout: ({ templateType, template }: Layout) => boolean

Home > @acoustic-content-sdk/component-hbs > VERSION

VERSION variable

Version and build number of the package

Signature:

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