Am looking for something similar to scrollIntoView() within Ionic2 to use when I click on a button, for example.
None of the methods detailed in ion-content help.
I noticed the above solution don't work well with Angular Universal server-side rendering (SSR) due to document not being available server-side.
document
Hence I wrote a convenient plugin to achieve scrolling to elements in Angular 4+ that work with AoT and SSR
AoT
SSR
NPM ngx-scroll-to
GitHub ngx-scroll-to