@acoustic-content-sdk/ng-redux-api

Interfaces and DI tokens for the Angular binding to Redux for the Acoustic Content SDK.

Usage no npm install needed!

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

README

npm

Interfaces and DI tokens for the Angular binding to Redux for the Acoustic Content SDK.

Table of Contents

Home > @acoustic-content-sdk/ng-redux-api

ng-redux-api package

Interfaces and DI tokens for the Angular binding to Redux for the Acoustic Content SDK.

Variables

Variable Description
ACOUSTIC_TOKEN_REDUX_STORE Injection token for the redux store
VERSION Version and build number of the package

Home > @acoustic-content-sdk/ng-redux-api > ACOUSTIC_TOKEN_REDUX_STORE

ACOUSTIC_TOKEN_REDUX_STORE variable

Injection token for the redux store

Signature:

ACOUSTIC_TOKEN_REDUX_STORE: InjectionToken<ReduxRootStore<Record<string, any>, import("redux").AnyAction>>

Home > @acoustic-content-sdk/ng-redux-api > VERSION

VERSION variable

Version and build number of the package

Signature:

VERSION: {
    version: {
        major: string;
        minor: string;
        patch: string;
        branch: string;
    };
    build: Date;
}