How to call the same API when user clicks on Retry in Angular 11+?
When ever api takes more than 30 seconds to give response i want to stop the loader and simply show Retry button on page.
How to call the same API when user clicks on Retry in Angular?
When ever api takes more than 30sec to give response i want to stop the loader and simply show Retry button on page.