
Advantages of Angular 2.0
- Browser Compatibilty: It supports IE 9, 10, 11, Firefox, Chrome, Safari, Android 4.1 & Microsoft Edge.
- Cross platform: Developer can developer applications using Angular JS 2.O & can run on desktop, mobile, Android, iOS, etc.
Ionic and NativeScript let you build hybrid and native UI mobile apps. NativeScript is an open source JavaScript framework that lets you build native mobile apps from a single code base.
By using NativeScript we can create same button by writing few lines of code using TypeScript. We can apply style sheet as well.- NativeScript:
- var demo = new UIAlertView();
- demo.message = "Welcome to Angular 2.0!";
- demo.show();
- Speed: It loads through server-side pre-rendering, offline compile for fast startup, and ultrafast change detection and view caching for smooth virtual scrolling and snappy view transitions.
- Development: Development by using language is up to the user/developer. It provide full support for CS5, TypeScript, Dart, ES6, other languages that compile to JavaScript.
- Dependency Injection & Animation is also possible using CSS & web animation.
New Features in Angular 2.0
- $Scope: $Scope is removed from Angular 2.0.
- Logging: Logging service is called diary.js.
- Development: Logic to develop an application using Angular is made easy so developer can add own steps & remove default one. Asynchronous is allowed to developers to make server request to authenticate for load controller data.
- Routing Support: It includes some features as URL resolver, query string support, JSON based route config, 404 route handling, location service, document title updates, etc.
- TypeScript: The @ is an annotation and it comes from TypeScript,
Note: You can import component, view, etc.- @Component(
- {})
- @View(
- {
- directives: [],
- template: `
- <stack-layout>
- <button text="My 1st Angular 2.O program"></button>
- </stack-layout>
- })
Summary: Hope so you enjoyed the features & advantages of AngularJS 2.0.

MinThu RainePosted May 11, 2016, 3:57 AM
How can i get Good reference PDF For Angular-JS 2.
Rupesh KahanePosted Feb 6, 2016, 1:19 PM
thanks to Mohsin Azam
Mohsin AzamPosted Jan 27, 2016, 8:57 AM
useful
Rupesh KahanePosted Dec 30, 2015, 9:20 AM
Thanks to Humayun Kabir Mamun
Humayun Kabir MamunPosted Dec 30, 2015, 7:23 AM
Nice...
Rupesh KahanePosted Dec 29, 2015, 10:51 PM
Thanks Debasis Saha
Debasis SahaPosted Dec 29, 2015, 10:45 PM
Nice share..
Rupesh KahanePosted Dec 29, 2015, 10:57 AM
thanks to Sibeesh Venu & Ankur Mistry
Santhakumar MunuswamyPosted Dec 29, 2015, 10:46 AM
Thanks for nice article.
Rupesh KahanePosted Dec 29, 2015, 8:06 AM
Akash Varshney sure. I will try to write some articles with code as well
Akash VarshneyPosted Dec 29, 2015, 6:42 AM
Good Article .. But it should be more informative !! :)
Sibeesh VenuPosted Dec 29, 2015, 6:41 AM
Nice Share
Ankur MistryPosted Dec 29, 2015, 6:27 AM
Nice share
Rupesh KahanePosted Dec 29, 2015, 4:49 AM
Thanks Kiranteja Jallepalli
Kiranteja JallepalliPosted Dec 29, 2015, 4:44 AM
simple and good article