Progressive Lazy Loader For Angular

Author: maxisam
Official Page: Go to website
Publish Date: March 22, 2019
License: MIT

Description:

A progressive Lazy Loader for Angular to lazy load images/pictures in the app.

Features:

  • No other JS dependency. Just Angular
  • Use IntersectionObserver to determine the timing to load the image
  • Support image and picture
  • Preserve space to avoid dom reflow
  • Show small default loading image with fading transition
  • Load image directly for spider (SEO friendly) or non-supported browsers

Installation:

# NPM
$ npm install ngx-progressive-image-loader --save

Preview:

Progressive Lazy Loader For Angular


You Might Be Interested In:

Tags:

Add Comment