Angular TodoMVC application in Javascript (ES6/ES7).
TodoMVC application built with Angular in Javascript (ES6/ES7).
Layout and namings based on the official Angular style guide.
git clone https://github.com/blacksonic/angular2-esnext-todomvc.git
cd angular2-esnext-todomvc
npm install
npm start
Open it in your browser http://localhost:3000.