Angular 4 MVC in ECMA 5 JavaScript

I recently made a demo of Angular 4 with ECMA5 JavaScript as there are not too many examples (read NONE). Yes, there is value in using plain JavaScript and Angular. In my case my clients wanted the power and value of Angular but did not want to use Typescript and everything else in the modern app stack. I am not going to walk through the code, it is self-explanatory. It is a minimal project with a get and post of data in a MVC model. It includes the basic Angular file you need etc. Enjoy!

https://github.com/danimal521/AngularJava