Provide simple & configurable & cubic-bezier support smooth scroll for Angular 7+
npm install @eunsatio/ngx-smooth-scroll
scrollTo and scrollIntoView method. Which allows us to manipulate browser native scroll behavior easily.
behavior: 'smooth' option. Thus, this methods doesn't have options for duration nor timing-function. And we have to seek for workaround to know when this behavior going to ends.
rxjs.Observable to notify the subscribers when behavior ends.
bash
npm install @eunsatio/ngx-smooth-scroll
``