toddmotto / ama

Ask me anything!
20 stars 3 forks source link

How best to implement global spinner in Angular 2/4 #76

Open stormwild opened 6 years ago

stormwild commented 6 years ago

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?