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.