Typescript 2.0 is out
September 22. 2016 0 Comments
Big news of you're a Typescript fan!!! Typescript 2.0 is out. The annoucements is availble here.
It can be easily installed with NPM :
or you can grab it via nuget (make sure VS has upate 3 already installed).
Many new features have been added to the language:
Give it a try through the tutorial or directly in the playground
Mat
It can be easily installed with NPM :
npm install -g typescript@2.0
or you can grab it via nuget (make sure VS has upate 3 already installed).
Many new features have been added to the language:
- Simplified Declaration File (.d.ts) Acquisition
- Non-nullable Types
- Control Flow Analyzed Types
- The readonly Modifier
- May more... View the full wiki for a complete breakdown of 2.0
Give it a try through the tutorial or directly in the playground
Mat