angular - How to load all images I will use in one services? -


i wondering, how can load of images collection of strings, example:

['/picutre1.png','/picture2.png'] 

when navigating webpage displays images, user has them cached? enough make request those?

based on kind of images services return. if services can return base64 images think can store kind of cached redis or memcahced.

so in every webpages need images can set unique key bind images.

sorry bad english


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -