You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the Redux method to create a store is createStore(reducer, [initialState]). Is there a way in ng-redux to supply an initial state to the created store? Otherwise you can't seed the application from the server or localStorage.