Angular 5 Tutorial
Introduction
Welcome to Angular tutorial! In this tutorial we will learn the basics of Angular framework and later we'll develop real time applications using Angular 4 framework.
Introduction
Angular is a web frontend development framework used for developing the Single Page Applications (SPA). Single page applications have only one main page and it loads all the pages via that single page. So it is very fast and responsive compared to other web applications who have multiple pages.
In this tutorial we'll learn the basics of Angular 4 framework. If you have some background with AngularJS 1, then you will find many changes as Angular is complete rewrite of AngularJS. Here is worthy to mention, that AngularJS 1.x version is called AngularJS and Angular 2 and next versions are called just "Angular".