You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ngx-lazy-load-images is a image lazy load library for Angular 2+.
5
+
ngx-lazy-load-images is a image lazy load library for Angular 9+.
6
6
7
7
The library allows to lazy load images from your web application using the [MutationObserver](https://developer.mozilla.org/en/docs/Web/API/MutationObserver) and the [IntersectionObserver](https://developer.mozilla.org/en/docs/Web/API/IntersectionObserver). Images will be loaded as soon as they enter the viewport in a non-blocking way.
8
8
9
9
It supports `<img>` tags as well as background images.
10
10
11
+
Please check v1.x.x releases for support to older versions of Angular. ngx-lazy-load-images v2+ just supports Angular 9+.
11
12
12
13
## Installation
13
14
You can install the library via npm with this command:
0 commit comments