为什么它一直在报告ts2684:'这种'类型' void'不能分配给方法'这个'?
@Effect()
loadList$: Observable<Action> = this.action$.ofType('LOAD').pipe(
map(()=>{
console.log(1);
return new LoadSuccess();
})
);
答案 0 :(得分:0)
我知道原因:) 地图应该从&rxjs /运营商&#39;而不是&rxjs / operators / map&#39;