Ionic 2 rc4 addScrollListener

I’m not sure if this helps, but it worked fine in my app:

            this.content.ionScroll.subscribe(($event) => {
                this.scrollAmount = $event.scrollTop;
            });