Sunday 29 December 2019

Angular 8 Session 1: Introduction to Angular 8

Introduction to Angular 8

Angular is a Javascript and most popular framework or platform to build client-side applications such as mobile, IOT’s and Web applications (SPA’s).
Angular is open-source based client framework on typescripts which is transpiled into javascript once compiled. It has been designed to create Dynamic Web Application means:
Time-to-Time
Location-to-Location
User-to-User
There are only 2 versions of angular. 1. Angular JS and 2. Angular (2, 4, 5, 6, 7 & 8).
The version has the following formats:
 

Benefits of Angular
Cross Platform:
Used to create modern web platform applications that delivers in high-performance.
It helps to build native mobile apps with help of Cordova, Ionic and NativeScript also capable of creating desktop installed apps for windows, mac and linux platform.
Performance:
Angular converts templates into javascript that machines seeking of in a virtual world.
Supports languages like .Net, Node.js, PHP etc… in a way to converting into HTML and CSS.

These apps loads quickly with help of router those delivers auto code-splitting so users load code required to render the view just requested.
 

No comments:

Post a Comment

Angular 8 Session 21 - ngFor Directive In Angular

ngFor Directive Content will be resume soon. Stay tuned!