Results 3 issues of Carsten

I recently updated my working project to Android Studio 3 with all the latest repository versions and i ran into an issue with your library: `android.view.InflateException: Binary XML file line...

ng2-pdfjs-viewer.component.ts has a window.addEventListener("message", this.receiveMessage.bind(this), false); in the ngOnInit but it is never removed?

When debugging performance issues in our Angular application, I detected a huge amount of updates originating from a scroll event. It seems like you use "addEventListener" but never "removeEventListener" which...