Class: FlyzeApiStoreModule
@flyze/lib-data-store 3.0.0-alpha.55· latestDefined in: projects/lib-data-store/src/lib/flyze-api-store/flyze-api-store.module.ts:55
The FlyzeApiStoreModule is a feature module for managing the Flyze API store. It provides configuration for the API and initializes the store manager.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new FlyzeApiStoreModule(
parentModule):FlyzeApiStoreModule
Defined in: projects/lib-data-store/src/lib/flyze-api-store/flyze-api-store.module.ts:93
Constructs the FlyzeApiStoreModule.
Parameters
Section titled “Parameters”parentModule
Section titled “parentModule”FlyzeApiStoreModule
Returns
Section titled “Returns”FlyzeApiStoreModule
Methods
Section titled “Methods”forRoot()
Section titled “forRoot()”
staticforRoot(apiStoreConfig):ModuleWithProviders<FlyzeApiStoreModule>
Defined in: projects/lib-data-store/src/lib/flyze-api-store/flyze-api-store.module.ts:61
Creates the FlyzeApiStoreModule with the specified API configuration.
Parameters
Section titled “Parameters”apiStoreConfig
Section titled “apiStoreConfig”Returns
Section titled “Returns”ModuleWithProviders<FlyzeApiStoreModule>
A module with providers for the FlyzeApiStoreModule.