1.0.2 • Published 5 years ago

ngx-lazy-image v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Ngx-Lazy

This is a angular directive that allows you to lazy load images based on if they are currently being shown in the viewport.

Getting Started

Installation

npm i --save ngx-lazy-image

Implementation

Import into your Module (Example App Module)

@NgModule({
  imports: [..., NgxLazyModule,...],
})
export class AppModule {}

Examples

Check out the sample implementation. Example App

TODO

  • Add Unit tests
  • CI Integration Travis

License

MIT