Skip to content

Class: LibDataStoreModule

@flyze/lib-data-store 3.0.0-alpha.55· latest

Defined in: projects/lib-data-store/src/lib/lib-data-store.module.ts:29

Main module for LibDataStore Need to be imported with the forRoot method to provide configuration.

To complete the setup of use the flyzeApiStoreFacade_initialize function in an APP_INITIALIZER or Resolver. Note Api calls will be executed during initialization, potentially authentication is required before calling this function.

new LibDataStoreModule(): LibDataStoreModule

LibDataStoreModule

static forRoot(config): ModuleWithProviders<LibDataStoreModule>

Defined in: projects/lib-data-store/src/lib/lib-data-store.module.ts:30

LibDataStoreConfig

ModuleWithProviders<LibDataStoreModule>