Example Angular2 + Redux Todo App
git clone https://github.com/dballance/ng2-redux-todo.git ng2-redux-todo
cd ng2-redux-todo
npm install && tsd install
(may need to install tsd globally if not installed already)
Interested in Angular2 + Redux -- be sure to check out [@wbuchwalter/ng2-redux] (http://github.com/wbuchwalter/ng2-redux) for the redux bindings used in thie example
MIT