News

Collaboration Puts TypeScript Right in the Middle of AngularJS

Microsoft and Google to collaborate on building the second coming of the open source Web application framework, and TypeScript will be the tool of choice.

The next version of AngularJS, the open source Web application framework, will be built using Microsoft TypeScript. That's the gist of an announcement from the ng-conf being held in Salt Lake City, Utah, this week. The collaboration has been months in the making, according to Microsoft Program Manager Jonathan Turner, in a blog post.

AngularJS, which powers popular sites like Weather.com and Vevo, is currently in the midst of a major rewrite. A major part of the rewrite is the development of a new programming language, called AtScript, a JavaScript superset.

What's new, from the Microsoft side of the collaboration, is that "we have converged the TypeScript and AtScript languages," said Microsoft Corporate Vice President S. Somasegar in a separate blog post this morning. Going forward, he said that the TypeScript and Angular teams will be working to develop the next version of TypeScript, version 1.5, and TypeScript will absorb any of the essential working parts of AtScript. One essential working part in particular is AtScript's approach to annotations, which Somasegar describes as "a way to add metadata to class declarations for use by dependency injection or compilation directives."

Both teams will work to incorporate annotations into TypeScript 1.5, as well as develop support for destructuring, spread operators, EcmaScript 6 modules and a host of other features. You can find a roadmap of upcoming 1.5 features, as well as features leading up to version 2.0, on the TypeScript GitHub page.

To view live streams and on-demand video of the ng-conf, including a keynote of Google Engineering Director Brad Green and Google Software Engineer Igor Minar announcing news of the Microsoft-Google collaboration, go here.

About the Author

You Tell 'Em, Readers: If you've read this far, know that Michael Domingo, Visual Studio Magazine Editor in Chief, is here to serve you, dear readers, and wants to get you the information you so richly deserve. What news, content, topics, issues do you want to see covered in Visual Studio Magazine? He's listening at [email protected].

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube