any way to do $anchorScroll in ionic 2/Angular2 as of Angular 1.x?
Trying to scroll to an element on page. I tried something like ng2-page-scroll https://github.com/Nolanus/ng2-page-scroll
not sure if i m doing it right, i followed through the tutorial and got error:
ParseError: 'import' and 'export' may appear only with 'sourceType: module'
I think that doesnt work with the latest ionic 2 release anymore. only wish there's an easier way of doing it, any work around?