NGRX Effect throws Error Type XXXX not assignable to type 'ObservableInput'

后端 未结 0 1948
灰色年华
灰色年华 2020-12-13 16:47

I want to get the latest data from the state and make a service call to the backend.I created the below effect for that

onboardGuest$ = createEffect(() =>          


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