Building Pro Web Apps with TypeScript 2.x : Asynchronous Code | packtpub.com

168 views · Published 7 July 2017 · 4:27 · Indexed 21 September 2026

Channel: Packt · 2017 · Science & Technology

Watch on YouTube

This playlist/video has been uploaded for Marketing purposes and contains only selective videos. 

For the entire video course and code, visit [http://bit.ly/2uRrsUw].

In this section,you will learn about asynchronous code. Web applications must execute code that may take times to get a response. This is often the case if we need to access remote resource by doing an Ajax call, but it can also be the case for an intensive task, to access indexDb data, download images, and so on. In this section, we will see how to do asynchronous code with Promise, which is still the main way to handle asynchronous. Then, we will dive with the async/await syntax that TypeScript supports and that modern EcmaScript do natively. Finally, we will see what is an asynchronous iterator. 
• Promise 
• Simplify Asynchronous with Async/Await 
• Looping with Asynchronous Iterators 


For the latest Application development video tutorials, please visit
http://bit.ly/1VACBzh

Find us on Facebook -- http://www.facebook.com/Packtvideo
Follow us on Twitter - http://www.twitter.com/packtvideo

More from this channel