store/src/module.ts
The store module manages a Redux store with Blueriq application data concerning Blueriq sessions. This module is typically only imported in debug environments given that the Redux store data is not otherwise used. This class token in itself is not an NgModule to avoid the chance of importing it multiple times. You must use the BlueriqStoreModule.forRoot method to import this module only once, e.g. from the root module.
Methods |
|
Static forRoot |
forRoot()
|
Importing the instrumentation mode will provide insight into the state of the Blueriq application by means of e.g. the Redux DevTools extension for Chrome. This data is only for debugging purposes and not used otherwise.
Returns :
ModuleWithProviders
|