To do this you need to access store either from actions either injected to component and do following:
this.store.storage.save()
this.store.select(['state-to-save-path']).storage.save()
Each method returns observable. Subscription is optional but once subscribed it gets notified once action is completed.