We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a6465 commit 981625bCopy full SHA for 981625b
README.md
@@ -17,6 +17,7 @@ For Angular 2 see [ng2-redux](https://github.com/wbuchwalter/ng2-redux).
17
- [API](#api)
18
- [Routers](#routers)
19
- [Using DevTools](#using-devtools)
20
+- [Addtional Resources](#additional-resources)
21
22
23
## Installation
@@ -178,3 +179,6 @@ angular.module('app', ['ngRedux'])
178
179
<div id="devTools"></div>
180
</body>
181
```
182
+
183
+## Additional Resources
184
+* [Managing state with Redux and Angular](http://blog.rangle.io/managing-state-redux-angular/)
0 commit comments