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
- Host: GitHub
- URL: https://github.com/mainawycliffe/angular-images-lazy-loading-demo
- Owner: mainawycliffe
- Created: 2018-08-13T13:33:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T18:10:40.000Z (over 7 years ago)
- Last Synced: 2025-07-25T02:28:27.367Z (12 months ago)
- Topics: angular, angular6, images, lazy-loading, lazyload-images
- Language: TypeScript
- Homepage: https://theinfogrid.com/tech/developers/angular/lazy-loading-images-angular-6/
- Size: 257 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).