An open API service indexing awesome lists of open source software.

https://github.com/anirbmuk/angular-scroll-to-top

Angular application to demonstrate auto-scroll to top
https://github.com/anirbmuk/angular-scroll-to-top

angular rxjs scroll

Last synced: 3 days ago
JSON representation

Angular application to demonstrate auto-scroll to top

Awesome Lists containing this project

README

        

# Angular Scroll-To-Top Demo
Angular application to demonstrate auto-scroll to top

# Related Blog
https://dev.to/anirbmuk/implement-scroll-to-top-in-angular-1e03

### ! Updated to Angular 15 !
> `**Standalone components**`, replacing `NgModule`
> `**inject**` function replacing dependency injection through constructors

```
* The 'main' branch contains the updated syntax of angular 15.
* Refer to the 'legacy' branch to view the old syntax of angular 13.
```

# Preview
![preview](img/preview.gif)