Angular is a web
development platform from Google to develop component based Single Page Applications.
Prior to Angular 2, we call it AngularJS and from version 2.0 onwards we call
it Angular.
Angular 1.x was more of a scripting framework where the primary driver of the applicant was HTML pages or other Frameworks like Asp.Net MVC etc. and AngularJS directives were used to enhance the applications, Angular 2.0 brings a major shift to this, Angular is a platform by itself for developing Single Page Applications.
Angular 1.x was more of a scripting framework where the primary driver of the applicant was HTML pages or other Frameworks like Asp.Net MVC etc. and AngularJS directives were used to enhance the applications, Angular 2.0 brings a major shift to this, Angular is a platform by itself for developing Single Page Applications.
Angular
applications follow a component approach, where the application is built with a
set of Components in a hierarchy. Angular2
applications are built using TypeScript
and ES6 (ECMAScript 2015)
features like import, export, backtick, for…of loops, and fat arrow. Angular
uses TypeScript features like class
decorators and type declarations.
In the following posts we shall see in detail about
developing applications using Angular 2+ with examples.
No comments:
Post a Comment