DEV Community

Discussion on: Loading indication in Angular

Collapse
 
johncarroll profile image
John Carroll

I ended up writing a friendly response post to this: dev.to/johncarroll/angular-how-to-....

It also includes some changes I've made to the IsLoadingService API, since updating it to support dynamic key values (unfortunately, supporting dynamic keys means that the return of isLoading$() can no longer be cached).