Class: LibDataStoreModule
@flyze/lib-data-store 3.0.0-alpha.55· latestDefined 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.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new LibDataStoreModule():
LibDataStoreModule
Returns
Section titled “Returns”LibDataStoreModule
Methods
Section titled “Methods”forRoot()
Section titled “forRoot()”
staticforRoot(config):ModuleWithProviders<LibDataStoreModule>
Defined in: projects/lib-data-store/src/lib/lib-data-store.module.ts:30
Parameters
Section titled “Parameters”config
Section titled “config”LibDataStoreConfig
Returns
Section titled “Returns”ModuleWithProviders<LibDataStoreModule>