9.0.10076 • Published 4 years ago

@acoustic-content-sdk/ng-hbs-edit v9.0.10076

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

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

ClassDescription
AcNgHbsComponentsEditModuleModule to expose the handlebars rendering component.
AcNgHbsEditModuleModule 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

VariableDescription
VERSIONVersion 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

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes 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

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes 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;