You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@
9
9
# Angular Infinite Scroll
10
10
11
11
versions now follow Angular's version to easily reflect compatibility.
12
-
Meaning, for **Angular 9**, use `ngx-infinite-scroll @ ^9.0.0`
12
+
Meaning, for **Angular 10**, use `ngx-infinite-scroll @ ^10.0.0`
13
13
14
14
## Angular - Older Versions Support
15
15
16
-
For**Angular 6 and Above** - `ngx-infinite-scroll@THE_VERSION.0.0`
16
+
Starting**Angular 6 and Above** - `ngx-infinite-scroll@THE_VERSION.0.0`
17
17
For **Angular 4** and **Angular = ^5.5.6** - use version `ngx-infinite-scroll@0.8.4`
18
18
For **Angular 5.x** with **rxjs =<5.5.2** - use version `ngx-infinite-scroll@0.8.3`
19
19
For Angular version **<= 2.3.1**, you can use `npm i angular2-infinite-scroll` (latest version is 0.3.42) - please notice **the angular2-infinite-scroll** package is deprecated
0 commit comments