Dynamic Image Loading With Angular

Dynamic Image Loading With Angular

0
1
BLOG
Nezhas
Nezhas
Let’s assume that there are 100+ images on your page, and you only see two or three of them when the page loads. Then, why browsers load 100 images when the page initializes? There is no way not to load image as long as there are tag in your html. This means you have to change html not to have image tags and change html dynamically to avoid initial image loading. However, changing html dynamically is not an easy task, and it requires a lot of scripting. Fortunately, Angular has its own way to...
Loading...

Enjoyed this?

Sign in to clap