action to dispatch, state-sync specially to not mae assumptions on action structure
Returns void
subscribe
subscribe(subscriber: any): void
Subscribe to the store. This method is used during initialization and we sdo not care about unsubscribing.
That is why return value is defined as void.
Represent some abstract store, Both Redux and NgRx are compatible