ng-virtual-list 22.12.4 → 22.12.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -8
- package/fesm2022/ng-virtual-list.mjs +259 -140
- package/fesm2022/ng-virtual-list.mjs.map +1 -1
- package/package.json +1 -1
- package/types/ng-virtual-list.d.ts +29 -11
package/README.md
CHANGED
|
@@ -732,14 +732,14 @@ import { NgVirtualListModule, VirtualClickModule } from 'ng-virtual-list';
|
|
|
732
732
|
|
|
733
733
|
| Angular version | ng-virtual-list version | git | npm |
|
|
734
734
|
|--|--|--|--|
|
|
735
|
-
| 21.x | 21.12.
|
|
736
|
-
| 20.x | 20.12.
|
|
737
|
-
| 19.x | 19.12.
|
|
738
|
-
| 18.x | 18.12.
|
|
739
|
-
| 17.x | 17.12.
|
|
740
|
-
| 16.x | 16.12.
|
|
741
|
-
| 15.x | 15.12.
|
|
742
|
-
| 14.x | 14.12.
|
|
735
|
+
| 21.x | 21.12.9 | [20.x](https://github.com/DjonnyX/ng-virtual-list/tree/21.x) | [21.12.9](https://www.npmjs.com/package/ng-virtual-list/v/21.12.9) |
|
|
736
|
+
| 20.x | 20.12.9 | [20.x](https://github.com/DjonnyX/ng-virtual-list/tree/20.x) | [20.12.9](https://www.npmjs.com/package/ng-virtual-list/v/20.12.9) |
|
|
737
|
+
| 19.x | 19.12.9 | [19.x](https://github.com/DjonnyX/ng-virtual-list/tree/19.x) | [19.12.9](https://www.npmjs.com/package/ng-virtual-list/v/19.12.9) |
|
|
738
|
+
| 18.x | 18.12.9 | [18.x](https://github.com/DjonnyX/ng-virtual-list/tree/18.x) | [18.12.9](https://www.npmjs.com/package/ng-virtual-list/v/18.12.9) |
|
|
739
|
+
| 17.x | 17.12.9 | [17.x](https://github.com/DjonnyX/ng-virtual-list/tree/17.x) | [17.12.9](https://www.npmjs.com/package/ng-virtual-list/v/17.12.9) |
|
|
740
|
+
| 16.x | 16.12.9 | [16.x](https://github.com/DjonnyX/ng-virtual-list/tree/16.x) | [16.12.9](https://www.npmjs.com/package/ng-virtual-list/v/16.12.9) |
|
|
741
|
+
| 15.x | 15.12.9 | [15.x](https://github.com/DjonnyX/ng-virtual-list/tree/15.x) | [15.12.9](https://www.npmjs.com/package/ng-virtual-list/v/15.12.9) |
|
|
742
|
+
| 14.x | 14.12.9 | [14.x](https://github.com/DjonnyX/ng-virtual-list/tree/14.x) | [14.12.9](https://www.npmjs.com/package/ng-virtual-list/v/14.12.9) |
|
|
743
743
|
|
|
744
744
|
<br/>
|
|
745
745
|
|