The given repository contains an example of implementation of Template-driven forms in Angular.
The following project requires Node.Js and NPM to be pre-installed and the necessary path variables for Node and NPM should also be set-up already.
Open the terminal/command-line :
$ cd \<required-directory>
$ git clone https://github.com/aakashbansal/angular-template-driven-form-example.git
$ cd \angular-template-driven-form-example
$ npm install
$ npm start
This starts the local server. Now open the web browser and go to http://localhost:3000/ to view the app.