9.0.89 • Published 6 years ago
@acoustic-content-sdk/ng-app-edit v9.0.89
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 |
9.0.89
6 years ago