packages/core/src/lib/services/store/store.service.mock.ts
Methods |
constructor()
|
| addAutoSaveHandler |
addAutoSaveHandler()
|
|
Returns :
void
|
| handleAutoSave |
handleAutoSave()
|
|
Returns :
void
|
| init |
init()
|
|
Returns :
void
|
| select |
select()
|
|
Returns :
Observable<object>
|
| updateState | ||||||
updateState(state: DeepPartial
|
||||||
|
This method is used to update the state of the service with a new state.
Parameters :
Returns :
void
|