Skip to content

Commit a592ac7

Browse files
committed
docs(readme): ng16 compat
1 parent 4d52dd1 commit a592ac7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
> No dependencies.
1414
> **Pure Angular!**
1515
16-
> ✓ Angular 15, Ivy and Angular Universal (SSR) compatible
16+
> ✓ Angular 16, Ivy and Angular Universal (SSR) compatible
1717
1818
Just hit the button to smoothly scroll back to the top of the page. [Here's the demo.](http://bartholomej.github.io/ngx-scrolltop/)
1919

@@ -25,7 +25,7 @@ Just hit the button to smoothly scroll back to the top of the page. [Here's the
2525
- Smoothly animated
2626
- a11y ready
2727
- Highly customizable [options](#options)...
28-
- Angular 15: Pure IVY support
28+
- Angular 16: Pure IVY support
2929
- [Angular 5+ compatible](#compatibility)
3030

3131
![Demo animation](https://github.com/bartholomej/material-scrollTop/blob/master/demo/images/material-scrolltop-animation.gif?raw=true)
@@ -87,7 +87,8 @@ If you still need to use it with an older version of Angular, then use version 2
8787

8888
| Angular version | ngx-scrolltop | Install |
8989
| --------------- | ------------- | ----------------------------- |
90-
| ng15 | v5.x.x | `ng add ngx-scrolltop@latest` |
90+
| ng16 | v6.x.x | `ng add ngx-scrolltop@latest` |
91+
| ng15 | v6.x.x | `ng add ngx-scrolltop@latest` |
9192
| ng14 | v4.x.x | `ng add ngx-scrolltop@4` |
9293
| ng13 | v4.x.x | `ng add ngx-scrolltop@4` |
9394
| ng12 | v4.x.x | `ng add ngx-scrolltop@4` |

0 commit comments

Comments
 (0)