9.0.89 • Published 4 years ago

@acoustic-content-sdk/ng-app-edit v9.0.89

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

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

ClassDescription
WchNgAppEditModuleImports the modules required for inline edit functionality

Variables

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

ConstructorModifiersDescription
(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

ParameterTypeDescription
aLoggerServiceLoggerService