In this Angular Tutorial, we created our first Angular app but we did not changed anything there. Now in this tutorial we are going to edit it. For that we are going to use and Integrated Development Enviroment (IDE). For this tutorial we will use Visual Studio Code which which a free IDE and you can download it and install.
Material is an Responsive Admin Panel Template built using Angular and Bootstrap. The theme is inspired by Google Material Design concept so is the name. Theme features five color purple, orange, red, blue and green.
Let's build our first Angular app. For that, we'll use the official Angular Command Line Interface (CLI) and that is the recommended and best way of creating Angular projects because Angular projects are actually a bit more elaborate regarding their build workflow.
You might have noticed different version of angular, We have Angular 6, 5, 4, 2, 1. So question arises What's up with all of these versions? The answer is Angular 2 is complete rewrite of Angular 1, which was the first Angular framework released and that was released quite a couple of years ago.
Angular is a framework which allows you to create reactive, single page applications. A Single Page Application (SPA) is an application like the one shown below, a simple github profile searching application. You can search different profiles based on username but the URL remains remain constant.