This project was generated with Angular CLI version 1.2.0. A simple Todo list app for beginners. Anyone going to start learning ng2 can get some good learning by making there first application based on ng2. If you find any bug or want me to improve or add any new feature, feel free to let me know. Anyone wants to contribute on it, most welcome.
Here is the demo.
##Clone
Just clone the repo and move to the directory using cd ng2-todo-list
and run npm install
in the same directory. Your project is ready to serve now.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Feel free to ask if you need any kind of help.