PatrickJS / NG6-todomvc-starter

Basic example of TodoMVC application written with angular and with use of components
https://angularclass.github.io/NG6-todomvc-starter/
MIT License
136 stars 73 forks source link

Add storage service example #3

Open fesor opened 8 years ago

fesor commented 8 years ago

To make this a true todomvc app, it should remember tasks between user sessions. This also a great example of how to use angular $injector service to follow dependency inversion principle.