From 0db98c4a4921a742c01e8ff36356fb23a4bad76b Mon Sep 17 00:00:00 2001 From: Israel Zablianov <123hartk123@gmail.com> Date: Sat, 22 Dec 2018 16:34:39 +0200 Subject: [PATCH] adding todo app example with redux-observable, rxjs6, and epics --- packages/store/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/store/README.md b/packages/store/README.md index 2c43b4f0..a06c5cfe 100644 --- a/packages/store/README.md +++ b/packages/store/README.md @@ -62,6 +62,7 @@ Here are some examples of the `angular-redux` family of packages in action: - [Zoo Animals Combined Example App](https://github.com/angular-redux/example-app) - [Simple SystemJS Example (Angular Quickstart)](https://github.com/angular-redux/system-js-example) +- [Todo app example](https://github.com/IsraelZablianov/angular-redux-example) ## Companion Packages