ng-virtual-list 19.7.27 → 19.7.28

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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,9 @@ Flexible, and actively maintained Angular library that excels with high-performa
15
15
  [Live Demo](https://ng-virtual-list-chat-demo.eugene-grebennikov.pro/)
16
16
  [(Code)](https://github.com/DjonnyX/ng-virtual-list-demo)
17
17
 
18
- [Live Examples](https://ng-virtual-list.eugene-grebennikov.pro/)
18
+ [Live Examples (Storybook)](https://ng-virtual-list-examples.eugene-grebennikov.pro/)
19
+
20
+ [Examples](https://ng-virtual-list.eugene-grebennikov.pro/)
19
21
  [(Code)](https://github.com/DjonnyX/ng-virtual-list-demo/tree/main/src/app)
20
22
 
21
23
  <br/>
@@ -631,6 +633,8 @@ Outputs
631
633
  | onScrollReachStart | void | Fires when the scroll reaches the start. |
632
634
  | onScrollReachEnd | void | Fires when the scroll reaches the end. |
633
635
 
636
+ <br/>
637
+
634
638
  Methods
635
639
 
636
640
  | Method | Type | Description |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-virtual-list",
3
- "version": "19.7.27",
3
+ "version": "19.7.28",
4
4
  "author": {
5
5
  "name": "Evgenii Grebennikov",
6
6
  "email": "djonnyx@gmail.com"