Releases: jesusbotella/ngx-lazy-load-images
Releases · jesusbotella/ngx-lazy-load-images
v2.0.0
1.3.1
1.0.3
1.0.3 (2017-08-29)
Bug Fixes
- IntersectionObserverPolyfill: Update IntersectionObserverPolyfill version to solve this issue
(4902e704b37c5f88d3d0c23b62293f4cf29af3a9)
1.0
ngx-lazy-load-images is a image lazy load library for Angular 2+.
The library allows to lazy load images from your web application using the MutationObserver and the IntersectionObserver. Images will be loaded as soon as they enter the viewport in a non-blocking way.