ng2-scroll-to
ng2-scroll-to copied to clipboard
Is there any option for scrolling from component file.
I have used ng2-scroll-to plugin (https://www.npmjs.com/package/ng2-scroll-to) it is working fine with tags in html. But I need scrolling functionality from component methods.
Is there any way to achieve this scrolling functionality from components as well.
I would also love this! Looking at the code it looks like the only way to trigger it right now is from a click event.
Me too! I really need this!