Simple Todo MVC in Angular 5

Based on TodoMVC

Installation

To get started with this example, navigate into the example folder and install the NPM modules.

npm install

To Run Dev Server :

npm start

You can now go to http://localhost:4200