How to return in an Async Function in Angular?
I am getting an error when adding an if else condition inside the async function in Angular. I need to have a return to avoid the error in my async function
I am getting an error when adding an if else condition inside the async function in Angular. I need to have a return to avoid the error in my async function