This folder contains sample I created for an article for the German Windows Developer magazine. It covers:
- TypeScript's new module syntax which is not compatible with ECMAScript 2015
- Destructuring
- The new keywords
letandconst - The new
for..ofloop - Samples for decorators (will be part of ECMAScript 2016)
- TypeScript's new computed properties syntax