angular-infinity-scrolling 1.5.3 → 1.5.4
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,6 +41,8 @@ onScrolled - output that accept a voidFunction to be invoked on emit
|
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
```
|
|
44
|
-
Any suggestions or contributions are most welcome.
|
|
44
|
+
Any suggestions or contributions are most welcome.
|
|
45
|
+
If you are facing any issue with the packge please raise the issue in the github.
|
|
46
|
+
I'll happy to resolve the bugs.
|
|
45
47
|
Happy coding!!
|
|
46
48
|
```
|