An open API service indexing awesome lists of open source software.

https://github.com/mainawycliffe/angular-images-lazy-loading-demo

How to Lazy Load Images in Angular
https://github.com/mainawycliffe/angular-images-lazy-loading-demo

angular angular6 images lazy-loading lazyload-images

Last synced: about 2 months ago
JSON representation

How to Lazy Load Images in Angular

Awesome Lists containing this project

README

          

# Lazy Loading Images in Angular 6

To test this demo, first install the packages using your favorite package manager:

`yarn install or npm install`

And then run the angular application:

`ng s --aot`

This is a demo repo that demostrates how to lazy load images in angular. The explanation for this repo can be location in accompanying article [here](https://theinfogrid.com/tech/developers/angular/lazy-loading-images-angular-6/).