TypeScript + Angular 2 - AngularJs 2 will be developed with TypeScript

Good news for developer who using Angular and waiting for next version of Angular 2.0.

In ng-conf 2015 in Salt Lake City Angular and TypeScript teams are unveiling to work for next version of Angular. Next version of Angular 2.0 will be developed with TypeScript.

TypeScript is a free and open source programming language developed and maintained by Microsoft. As TypeScript is a superset of JavaScript , we can adds optional static typing and class-based object-oriented programming to the language. Anders Hejlsberg who is lead architect of C# in Microsoft . Working on development of TypeScript.

TypeScript is designed for development of enterprise applications and dynamically compile into JavaScript. We can use existing JavaScript program into TypeScript program. As TypeScript is a superset of JavaScript, any existing JavaScript programs are also valid TypeScript programs.

You can learn more about TypeScript in official website http://www.typescriptlang.org.

Reference  -
http://angularjs.blogspot.in/2014/10/ng-europe-angular-13-and-beyond.html
http://blogs.msdn.com/b/somasegar/archive/2015/03/05/typescript-lt-3-angular.aspx

Comments