9.0.89 • Published 4 years ago

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

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

npm

API Documentation

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

ClassDescription
WchNgAppViewModuleImports the modules required for inline view functionalityTODO pull in the correct dependencies!

Variables

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