Using the TypeScript 2.1 async/await construct in Aurelia During the week, TypeScript 2.1 got promoted to release candidate. One of the interesting things in TypeScript 2.1 is the ability to now use asynchronous functions (async/await) when targeting ES5 and even
Using TypeScript’s async/await in Aurelia
