I\'m developing an application using angular 6. My application use Minton Theme . I included all theme scripts in the index.html file of my angular project. Bu
index.html
Try to use renavigate method of router and implement CanReuse (from 'angular/router').
router.renavigate();
And 2nd way you may try ngOnInit mehtod for selflosding the resources.
this.ngOnInit();