michaelbull / aurelia-hacker-news

A recreation of the Hacker News website written in TypeScript and built with Aurelia.
https://michaelbull.github.io/aurelia-hacker-news
ISC License
62 stars 7 forks source link

Replace promises with async/await #11

Closed michaelbull closed 7 years ago

michaelbull commented 7 years ago

Now that TypeScript has downlevel support for async/await targetting es3/es5, we can replace the promises with async/await calls in Aurelia.