Ngx Lazy Load Images Versions Save

Image lazy load library for Angular 2+

v2.0.0

3 years ago

This release supports Angular v9 and greater

v1.3.1

6 years ago

1.3.1 (2018-01-17)

Bug Fixes

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

1.0.3

6 years ago

1.0.3 (2017-08-29)

Bug Fixes

1.0

6 years ago

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.