ngrx unit test effect Cannot read property 'pipe' of undefined

前端 未结 0 1490
别跟我提以往
别跟我提以往 2020-12-12 05:14

I\'m using ngrx with my angular project. I have a effect which looks like this.

deleteSocialMediaLink$ = createEffect(() =>
    this.actions$.pipe(
      o         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题