I have a one-page app, in which I use angular-css-injector to inject css pretty much on every "page" change.
When loading the page, it does not look good for a fraction of a second, and then the css loads, and all is good. How can I wait for the css to load, and then show the page? (meanwhile Ill show a loader).
I checked, and found that there is no callback for when the css was loaded.
I do not want to load the css in advance, because some modules may have the same classes and I do not have time to handle that mess.