I have implemented lazyloading in my angular app and using loading indicator from navigation start to end. First time when app loads navigation is working fine with loading indicator and lazy loading is implemented. When click again the same module, there is a delay in navigation start
Subscribing Router events and then Open loading indicator in Navigation Start Event and Close loading indicator in Navigation End Event