README
Home > @acoustic-content-sdk/ng-app-view
ng-app-view package
Module that contains a default configuration to run an Angular application against Acoustic Content in view mode.
Classes
Class | Description |
---|---|
WchNgAppViewModule | Imports the modules required for inline view functionalityTODO pull in the correct dependencies! |
Variables
Variable | Description |
---|---|
VERSION | Version and build number of the package |
Home > @acoustic-content-sdk/ng-app-view > WchNgAppViewModule
WchNgAppViewModule class
Imports the modules required for inline view functionality
TODO pull in the correct dependencies!
Signature:
export declare class WchNgAppViewModule
Home > @acoustic-content-sdk/ng-app-view > VERSION
VERSION variable
Version and build number of the package
Signature:
VERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
}