Skip to content

Releases: jesusbotella/ngx-lazy-load-images

v2.0.0

20 Feb 22:19
Compare
Choose a tag to compare

This release supports Angular v9 and greater

1.3.1

17 Jan 23:28
Compare
Choose a tag to compare

1.3.1 (2018-01-17)

Bug Fixes

  • Fire onChange callback to check current DOM nodes (2ab8168)

1.0.3

29 Aug 09:19
Compare
Choose a tag to compare

1.0.3 (2017-08-29)

Bug Fixes

1.0

04 Aug 22:57
Compare
Choose a tag to compare
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.