@acoustic-content-sdk/ng-hbs-edit

Implementation of handlebars based component rendering for the preview mode.

Usage no npm install needed!

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

README

npm

API Documentation

Home > @acoustic-content-sdk/ng-hbs-edit

ng-hbs-edit package

Implementation of UI components to provide a handlebars based rendering in edit mode.

Classes

Class Description
AcNgHbsComponentsEditModule Module to expose the handlebars rendering component.
AcNgHbsEditModule Module that provides handlebars based rendering functionality in edit mode. This will register a resolver that resolves to the edit mode component if no other layout override could be located.Pull in this module at root level for your application in edit mode

Variables

Variable Description
VERSION Version and build number of the package

Home > @acoustic-content-sdk/ng-hbs-edit > AcNgHbsComponentsEditModule

AcNgHbsComponentsEditModule class

Module to expose the handlebars rendering component.

Signature:

export declare class AcNgHbsComponentsEditModule 

Properties

Property Modifiers Type Description
VERSION WchSdkVersion Exposes the version information of this module

Home > @acoustic-content-sdk/ng-hbs-edit > AcNgHbsEditModule

AcNgHbsEditModule class

Module that provides handlebars based rendering functionality in edit mode. This will register a resolver that resolves to the edit mode component if no other layout override could be located.

Pull in this module at root level for your application in edit mode

Signature:

export declare class AcNgHbsEditModule 

Properties

Property Modifiers Type Description
VERSION WchSdkVersion Exposes the version information of this module

Home > @acoustic-content-sdk/ng-hbs-edit > VERSION

VERSION variable

Version and build number of the package

Signature:

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

Home > @acoustic-content-sdk/ng-hbs-edit > AcNgHbsComponentsEditModule > VERSION

AcNgHbsComponentsEditModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;

Home > @acoustic-content-sdk/ng-hbs-edit > AcNgHbsEditModule > VERSION

AcNgHbsEditModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;