kolkov / ngx-gallery

A simple responsive native gallery component for Angular 8+.
https://ngx-gallery.kolkov.ru/
MIT License
115 stars 56 forks source link

Image download error handling #41

Open miqm opened 4 years ago

miqm commented 4 years ago

Is there a plan or how could I achieve error handling when using image (big) downloaded from url? spinner just keeps spinning even if i,e, 404 or 500 error is returned from backend.

I don't want to use global interceptors, just to show error on particular image (i.e. image could be removed or not accessible anymore).