Property 'filter' does not exist on type 'Observable'

后端 未结 7 1373
盖世英雄少女心
盖世英雄少女心 2021-01-31 13:38

Hi I am using Angular 2 final with router 3.0. I want to filter the events that are emitted from this.router.events

What I want to do :



        
7条回答
  •  抹茶落季
    2021-01-31 14:21

    The easiest way to work around that is to just

    npm install rxjs-compat 
    

    which will make any version differences magically go away!

提交回复
热议问题