ama
ama copied to clipboard
How best to implement global spinner in Angular 2/4
What would be a good way to show a spinner for ajax requests?
I've seen some posts on creating a service which extends the http service, I'm wondering if there was another way?