13
13
> No dependencies.
14
14
> ** Pure Angular!**
15
15
16
- > ✓ ** Angular 19 ** , Angular Universal ( ** SSR ** ) a ** Standalone Components** compatible
16
+ > ✓ ** Angular 20 ** , ** Signals ** , ** Standalone Components** and Angular Universal ( ** SSR ** ) compatible
17
17
18
18
Just hit the button to smoothly scroll back to the top of the page. [ Here's the demo.] ( http://bartholomej.github.io/ngx-scrolltop/ )
19
19
20
+ - No dependencies! _ (only smooth scroll-behavior polyfill for old iOS versions)_
20
21
- Lightweight _ (~ 2 kB gzipped)_
21
- - ** Angular 19 ** compatible
22
+ - ** Angular 20 ** compatible
22
23
- ** Standalone Components** compatible
23
- - Signals compatible
24
- - No dependencies! _ (only smooth scroll-behavior polyfill for iOS)_
24
+ - ** Signals** compatible
25
25
- Material Design inspired
26
26
- ` @angular/material ` compatible ([ example] ( #angular-material-example-directive ) )
27
27
- Component or directive way
28
28
- Smoothly animated
29
29
- a11y ready
30
30
- Highly customizable [ options] ( #%EF%B8%8F-options ) ...
31
- - [ Angular 5+ compatible] ( #compatibility )
32
31
33
32
![ Demo animation] ( https://github.com/bartholomej/material-scrollTop/blob/master/demo/images/material-scrolltop-animation.gif?raw=true )
34
33
@@ -55,7 +54,8 @@ npm install ngx-scrolltop --save # for lastest Angular only! See our compatibili
55
54
56
55
| Angular version | ngx-scrolltop | Install |
57
56
| --------------- | ------------- | ---------------------------------- |
58
- | ng19 | v19.x.x | ` npm install ngx-scrolltop@latest ` |
57
+ | ng20 | v20.x.x | ` npm install ngx-scrolltop@latest ` |
58
+ | ng19 | v19.x.x | ` npm install ngx-scrolltop@19 ` |
59
59
| ng18 | v18.x.x | ` npm install ngx-scrolltop@18 ` |
60
60
| ng17 | v17.x.x | ` npm install ngx-scrolltop@17 ` |
61
61
| ng16 | v6.x.x | ` ng add ngx-scrolltop@6 ` |
@@ -292,7 +292,7 @@ Or if you are brave enough consider [making a donation](https://github.com/spons
292
292
293
293
## 📝 License
294
294
295
- Copyright © ; 2023 [ Lukas Bartak] ( http://bartweb.cz )
295
+ Copyright © ; 2025 [ Lukas Bartak] ( http://bartweb.cz )
296
296
297
297
Proudly powered by nature 🗻, wind 💨, tea 🍵 and beer 🍺 ;)
298
298
0 commit comments