Dmitry Lobov

Results 4 comments of Dmitry Lobov

emm.. npm start?)

Looks like as breaking change! Example in "events" section on exaples page doesn't work too old way) All events in my app stop working after update to new version, thank...

I made it work in my project with this [commit](https://github.com/DDroll/ng2-slimscroll/commit/c12cdc34bd9743b5695060d1321bfdc6dcfe9df0) Maybe, it'll be helpfull for somebody.

@jkuri i'm not sure, that it'll work in enveronment, differing from mine. I think you need just this part ``` @HostListener('window:resize', ['$event']) onResize() { this.getBarHeight() } ```