We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The next logical step following #399, we should do this everywhere there's promises now 😄
The text was updated successfully, but these errors were encountered:
Do we want to use async/await only where there is promises ?
What about observable subscriptions like in "home.component.ts" ?
Sorry, something went wrong.
Only where there is promises, as for observables it's generally more convenient to keep it like that (for composition etc).
creal73
No branches or pull requests
The next logical step following #399, we should do this everywhere there's promises now 😄
The text was updated successfully, but these errors were encountered: