ng-virtual-list 17.7.16 → 17.7.17

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 +3 -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/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-virtual-list",
3
- "version": "17.7.16",
3
+ "version": "17.7.17",
4
4
  "author": {
5
5
  "name": "Evgenii Grebennikov",
6
6
  "email": "djonnyx@gmail.com"