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

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

Usage no npm install needed!

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

README

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

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