forked from angular-redux/platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Introduced a new function called provideStore() which accepts a…
… already created Redux store (angular-redux#142) * feat: Introduced a new function called provideStore() which accepts a already created Redux store This function accepts a already created Redux store so the users can themselves create a store exactly how they want to do it. The configureStore() function can also be used just like before. * doc: Fix where constant variable is reassigned (angular-redux#141) * doc: Fix where constant variable is reassigned * fix: Update to import syntax in docs * doc: Fix typos * doc: Fix typos in changelog * doc: Fix typos in readme * doc: Fix typo in readme
- Loading branch information
Showing
4 changed files
with
242 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.