Skip to content

Commit 1181330

Browse files
authored
Update README.md
1 parent 608f9af commit 1181330

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fjesusbotella%2Fngx-lazy-load-images.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fjesusbotella%2Fngx-lazy-load-images?ref=badge_shield)
33

44

5-
ngx-lazy-load-images is a image lazy load library for Angular 2+.
5+
ngx-lazy-load-images is a image lazy load library for Angular 9+.
66

77
The library allows to lazy load images from your web application using the [MutationObserver](https://developer.mozilla.org/en/docs/Web/API/MutationObserver) and the [IntersectionObserver](https://developer.mozilla.org/en/docs/Web/API/IntersectionObserver). Images will be loaded as soon as they enter the viewport in a non-blocking way.
88

99
It supports `<img>` tags as well as background images.
1010

11+
Please check v1.x.x releases for support to older versions of Angular. ngx-lazy-load-images v2+ just supports Angular 9+.
1112

1213
## Installation
1314
You can install the library via npm with this command:

0 commit comments

Comments
 (0)