Yes, we can use async await in Angular. An await expression in an async function pauses the async function’s execution while waiting for the given promise to resolve, then resumes the async function’s execution and returns the resolved value.
Yes, we can use async await in Angular. An await expression in an async function pauses the async function’s execution while waiting for the given promise to resolve, then resumes the async function’s execution and returns the resolved value.
Share with