Mićo Barać
Member since Oct 1, 2019
- Profile: /members/14039-mi-o-bara.htm
- Comments: 2
Recent Blog Comments By Mićo Barać
-
Preloading Lazy-Loaded Feature Modules In Angular 6.1.9
Posted on Oct 1, 2019 at 2:14 AM
I found the reason why the spinner doesn't hide sometimes. RouteConfigLoadEnd doesn't get triggered in case of auth guard errors. Anyway, the idea of creating a logics of showing spinner for both HTTP requests and router events combined would be nice one to produce.... read more »
-
Preloading Lazy-Loaded Feature Modules In Angular 6.1.9
Posted on Oct 1, 2019 at 1:12 AM
Great article!!! I have a few question though. I created an HTTP interceptor, which shows and hides spinner when a HTTP request starts or finishes. Is there any way one can combine the logics you wrote with the one I wrote? I tried them separately, but they collide sometimes, and the spinn... read more »