angular-infinity-scrolling 1.2.0 → 1.2.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
  >[!TIP]
3
3
  >Note: Current version of package is compatible with angular version above 17
4
4
 
5
- ### go to the directory, open terminal and and install package using `npm i angular-infinity-scroller`
6
- ### Go to the ts file of component e.g. example.component.ts and insert AngularInfinityScrollerDirective
5
+ go to the directory, open terminal and and install package using `npm i angular-infinity-scroller`
6
+ Go to the ts file of component e.g. example.component.ts and insert AngularInfinityScrollerDirective
7
7
 
8
8
 
9
9
  ```ruby
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-infinity-scrolling",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Jayant061/angular-infinity-scroller"