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

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

Usage no npm install needed!

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

README

npm

API Documentation

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

ng-app-edit package

Module that contains a default configuration to run an Angular application against Acoustic Content in edit mode.

Classes

Class Description
WchNgAppEditModule Imports the modules required for inline edit functionality

Variables

Variable Description
VERSION Version and build number of the package

Home > @acoustic-content-sdk/ng-app-edit > WchNgAppEditModule

WchNgAppEditModule class

Imports the modules required for inline edit functionality

Signature:

export declare class WchNgAppEditModule 

Constructors

Constructor Modifiers Description
(constructor)(aLoggerService) Constructs a new instance of the WchNgAppEditModule class

Home > @acoustic-content-sdk/ng-app-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-app-edit > WchNgAppEditModule > (constructor)

WchNgAppEditModule.(constructor)

Constructs a new instance of the WchNgAppEditModule class

Signature:

constructor(aLoggerService: LoggerService);

Parameters

Parameter Type Description
aLoggerService LoggerService