Q. What is the use of the async and await keywords in Angular?
β
Correct Answer: (A)
To handle asynchronous operations in a synchronous manner
Explanation: Async/await makes working with promises easier and more readable.