Basic Implementation of Angular2 using Angular CLI
This blog is an introduction into the basics of how to implement Angular2 in the frontend, using Angular CLI. So, what is Angular CLI? Angular CLI is a command line interface which is built using nodejs style (commonJs) modules. Angular2 is a framework for creating Single Page Application (SPA). Next, let us see the basic […]