Angular preloading images best practice

Viewed 32

Any ideal about preloading images in Angular with best practice. With 'Slow Internet Connection' When I load my component I see all texts and only after 2 sec I see my images. How can I improve this user experience ?

1 Answers
Related