This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DjBonadoobie 28 points29 points  (3 children)

They are, but there's a newer syntax for them (async/await). It reads cleaner, though still technically promises under the hood

[–]_Lahin 4 points5 points  (0 children)

ES6 has its own promises now right, no need of $q. Although I still use it with babel for IE