I need to load the stylesheet and the files inside the assets folder (icon, images...) before the view loads.
My current problem is that while reloading my app, the images appear after the view by a few milliseconds.
Is there a way to fix that, with angular?