Lets say I have an angular http Observable.
I'm not sure is it going to resolve after 100ms or 5 seconds and I would like to trigger a loading spinner if the delay is more than a second.
Is someone know an elegant way to do that?
I was thinking that there is some handy RxJS operator for that, but I couldn't find such.
Thanks