What\'s the equivalent of Angular\'s $q in Angular2? Specifically, I\'m looking for $q.when, which allowed you to do something like:
$q.when
return $q.
You can use the native es6 Promise. One of the main reason to make new angular is es6 and nearly comming es7.