From a592ac7d7ef35321b1c43789ea83a7adac0bf462 Mon Sep 17 00:00:00 2001 From: BART! Date: Sun, 7 May 2023 20:43:53 +0200 Subject: [PATCH] docs(readme): ng16 compat --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f44262..8aeef1f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ > No dependencies. > **Pure Angular!** -> ✓ Angular 15, Ivy and Angular Universal (SSR) compatible +> ✓ Angular 16, Ivy and Angular Universal (SSR) compatible Just hit the button to smoothly scroll back to the top of the page. [Here's the demo.](http://bartholomej.github.io/ngx-scrolltop/) @@ -25,7 +25,7 @@ Just hit the button to smoothly scroll back to the top of the page. [Here's the - Smoothly animated - a11y ready - Highly customizable [options](#options)... -- Angular 15: Pure IVY support +- Angular 16: Pure IVY support - [Angular 5+ compatible](#compatibility) ![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 | Angular version | ngx-scrolltop | Install | | --------------- | ------------- | ----------------------------- | -| ng15 | v5.x.x | `ng add ngx-scrolltop@latest` | +| ng16 | v6.x.x | `ng add ngx-scrolltop@latest` | +| ng15 | v6.x.x | `ng add ngx-scrolltop@latest` | | ng14 | v4.x.x | `ng add ngx-scrolltop@4` | | ng13 | v4.x.x | `ng add ngx-scrolltop@4` | | ng12 | v4.x.x | `ng add ngx-scrolltop@4` |