Search This Blog

Wednesday 11 November 2015

Ionic 2 with Angular 2

                Ionic 2 Alpha has been released: http://blog.ionic.io/announcing-ionic-2-0-alpha/ .
As the hardware capabilities are increasing and new technologies have emerged (Specially Angular 2 which is to support new ES6 standard) ionic is working on releasing ionic 2.

Like in Angular 1 is base in ionic 1, Angular 2 in ionic 2. Angular 2 can be scripted in either ES6 or in TypeScript, which is a Microsoft supported language for java script.
As of now no good tutorials are available for angular 2, ionic has done a decent work: http://ionicframework.com/docs/v2/getting-started/installation/
More about angular 2 @ http://ng-learn.org/2014/03/AngularJS-2-Status-Preview/ (I didn’t completely read this, felt little better compared to other posts in net).

My first impressions on ionic/angular 2:
  •       No ng-app, No ng-controller
  •       No two way data binding (big change up to me)
  •       Introduced Components
  •       Services/Providers, Directives will act the same way
  •       Classes, imports, this operator have been introduced
  •       All are custom tags. Dependent completely on directives


Yet to explore….


No comments:

Post a Comment