简体   繁体   中英

How to load/import css and assets files before the view loads (Angular)

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?

You can do that but with Server Side Rendering because when you load the app (Client side rendering) at that time the javascript find the resources to load

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM