9.0.10076 • Published 4 years ago

@acoustic-content-sdk/ng-redux v9.0.10076

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

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

ClassDescription
AcNgParentFrameReduxStoreModuleModule 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
AcNgReduxModuleModule that provides the SDK services based on a redux store implementation.Depends on: ACOUSTIC_TOKEN_REDUX_STORE
AcNgReduxPageModule
AcNgReduxSiteModule
AcNgReduxStoreModule
AcNgReduxTypeModule
AcNgReduxUrlConfigModule
AcNgReduxWchConfigModule

Functions

FunctionDescription
createStore(msgService, aLogSvc)
proxyCreateUrlConfig(aStore)
proxyCreateWchConfig(aStore)

Variables

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

ConstructorModifiersDescription
(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

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes 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

ConstructorModifiersDescription
(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

ParameterTypeDescription
msgServiceMessageService
aLogSvcLoggerService

Returns:

ReduxRootStore

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

proxyCreateUrlConfig() function

Signature:

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

Parameters

ParameterTypeDescription
aStoreStore<ReduxRootState>

Returns:

Observable<UrlConfig>

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

proxyCreateWchConfig() function

Signature:

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

Parameters

ParameterTypeDescription
aStoreStore<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

ParameterTypeDescription
pageSelectionServicePageSelectionService
aLogSvcLoggerService

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

ParameterTypeDescription
pageSelectionServicePageSelectionService
9.0.10076

4 years ago

9.0.10067

4 years ago

9.0.10040

4 years ago

9.0.10034

4 years ago

9.0.495

4 years ago

9.0.493

4 years ago

9.0.462

4 years ago

9.0.384

4 years ago

9.0.361

4 years ago

9.0.360

4 years ago

9.0.271

4 years ago

9.0.270

4 years ago

9.0.251

4 years ago

9.0.242

4 years ago

9.0.216

4 years ago

9.0.209

4 years ago

9.0.89

4 years ago

9.0.30

4 years ago

8.0.498

4 years ago

8.0.475

4 years ago