What's the equivalent of Angular's $q in Angular2? What's the equivalent of Angular's $q in Angular2? angular angular

What's the equivalent of Angular's $q in Angular2?


You can use the native ES6 Promise. One of the main reasons to make the new angular is ES6 and the upcoming ES7.