Skip to content

1.0

Compare
Choose a tag to compare
@jesusbotella jesusbotella released this 04 Aug 22:57
· 32 commits to master since this release

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.