npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@acoustic-content-sdk/ng-redux

v9.0.10076

Published

Implementation of Angular providers based on Redux.

Downloads

27

Readme

npm

mplementation of Angular providers based on Redux.

Table of Contents

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

ng-redux package

Implementation of Angular providers based on Redux.

Classes

| Class | Description | | --- | --- | | AcNgParentFrameReduxStoreModule | Module that exposes an implementation of ACOUSTIC_TOKEN_REDUX_STORE. The implementation accesses the store from the parent iframe. Prerequisite is that the parent (the shell) and the application that uses this module run on the same origin.Depends on: ACOUSTIC_TOKEN_EDIT_HOST_WINDOW | | AcNgReduxAuthStatusModule | | | AcNgReduxContentModule | | | AcNgReduxFetchTextModule | | | AcNgReduxHbsModule | | | AcNgReduxLayoutMappingModule | | | AcNgReduxLayoutModule | | | AcNgReduxModule | Module that provides the SDK services based on a redux store implementation.Depends on: ACOUSTIC_TOKEN_REDUX_STORE | | AcNgReduxPageModule | | | AcNgReduxSiteModule | | | AcNgReduxStoreModule | | | AcNgReduxTypeModule | | | AcNgReduxUrlConfigModule | | | AcNgReduxWchConfigModule | |

Functions

| Function | Description | | --- | --- | | createStore(msgService, aLogSvc) | | | proxyCreateUrlConfig(aStore) | | | proxyCreateWchConfig(aStore) | |

Variables

| Variable | Description | | --- | --- | | VERSION | Version and build number of the package |

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

AcNgParentFrameReduxStoreModule class

Module that exposes an implementation of ACOUSTIC_TOKEN_REDUX_STORE. The implementation accesses the store from the parent iframe. Prerequisite is that the parent (the shell) and the application that uses this module run on the same origin.

Depends on: ACOUSTIC_TOKEN_EDIT_HOST_WINDOW

Signature:

export declare class AcNgParentFrameReduxStoreModule 

Constructors

| Constructor | Modifiers | Description | | --- | --- | --- | | (constructor)(pageSelectionService, aLogSvc) | | Constructs a new instance of the AcNgParentFrameReduxStoreModule class |

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

AcNgReduxAuthStatusModule class

Signature:

export declare class AcNgReduxAuthStatusModule 

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

AcNgReduxContentModule class

Signature:

export declare class AcNgReduxContentModule 

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

AcNgReduxFetchTextModule class

Signature:

export declare class AcNgReduxFetchTextModule 

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

AcNgReduxHbsModule class

Signature:

export declare class AcNgReduxHbsModule 

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

AcNgReduxLayoutMappingModule class

Signature:

export declare class AcNgReduxLayoutMappingModule 

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

AcNgReduxLayoutModule class

Signature:

export declare class AcNgReduxLayoutModule 

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

AcNgReduxModule class

Module that provides the SDK services based on a redux store implementation.

Depends on: ACOUSTIC_TOKEN_REDUX_STORE

Signature:

export declare class AcNgReduxModule 

Properties

| Property | Modifiers | Type | Description | | --- | --- | --- | --- | | VERSION | | WchSdkVersion | Exposes the version information of this module |

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

AcNgReduxPageModule class

Signature:

export declare class AcNgReduxPageModule 

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

AcNgReduxSiteModule class

Signature:

export declare class AcNgReduxSiteModule 

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

AcNgReduxStoreModule class

Signature:

export declare class AcNgReduxStoreModule 

Constructors

| Constructor | Modifiers | Description | | --- | --- | --- | | (constructor)(pageSelectionService) | | Constructs a new instance of the AcNgReduxStoreModule class |

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

AcNgReduxTypeModule class

Signature:

export declare class AcNgReduxTypeModule 

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

AcNgReduxUrlConfigModule class

Signature:

export declare class AcNgReduxUrlConfigModule 

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

AcNgReduxWchConfigModule class

Signature:

export declare class AcNgReduxWchConfigModule 

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

createStore() function

Signature:

export declare function createStore(msgService: MessageService, aLogSvc?: LoggerService): ReduxRootStore;

Parameters

| Parameter | Type | Description | | --- | --- | --- | | msgService | MessageService | | | aLogSvc | LoggerService | |

Returns:

ReduxRootStore

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

proxyCreateUrlConfig() function

Signature:

export declare function proxyCreateUrlConfig(aStore: Store<ReduxRootState>): Observable<UrlConfig>;

Parameters

| Parameter | Type | Description | | --- | --- | --- | | aStore | Store<ReduxRootState> | |

Returns:

Observable<UrlConfig>

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

proxyCreateWchConfig() function

Signature:

export declare function proxyCreateWchConfig(aStore: Store<ReduxRootState>): Observable<WchConfig>;

Parameters

| Parameter | Type | Description | | --- | --- | --- | | aStore | Store<ReduxRootState> | |

Returns:

Observable<WchConfig>

Home > @acoustic-content-sdk/ng-redux > 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-redux > AcNgParentFrameReduxStoreModule > (constructor)

AcNgParentFrameReduxStoreModule.(constructor)

Constructs a new instance of the AcNgParentFrameReduxStoreModule class

Signature:

constructor(pageSelectionService: PageSelectionService, aLogSvc: LoggerService);

Parameters

| Parameter | Type | Description | | --- | --- | --- | | pageSelectionService | PageSelectionService | | | aLogSvc | LoggerService | |

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

AcNgReduxModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;

Home > @acoustic-content-sdk/ng-redux > AcNgReduxStoreModule > (constructor)

AcNgReduxStoreModule.(constructor)

Constructs a new instance of the AcNgReduxStoreModule class

Signature:

constructor(pageSelectionService: PageSelectionService);

Parameters

| Parameter | Type | Description | | --- | --- | --- | | pageSelectionService | PageSelectionService | |