Hi I am using Angular 2 final with router 3.0. I want to filter the events that are emitted from this.router.events
this.router.events
What I want to do :
The easiest way to work around that is to just
npm install rxjs-compat
which will make any version differences magically go away!