ngx-lazy-image
v1.0.2
Published
This is an angular directive that allows you to lazy load images that are not in the current viewport
Downloads
11
Maintainers
Readme
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