I want to fetch data when I displaying the loading spinner, and after duration, the spinner gone and user will see data. Please help me
In ionic 4 using loading controller
Ehm what about:
- Present the Loading Spinner via Controller before starting the fetch
- Dismiss on complete?