【发布时间】:2018-03-14 10:23:54
【问题描述】:
为什么一直报ts2684:the'this'context of type'void' is not assignable to method'this'?
@Effect()
loadList$: Observable<Action> = this.action$.ofType('LOAD').pipe(
map(()=>{
console.log(1);
return new LoadSuccess();
})
);
【问题讨论】:
-
pipe( map(危重症