标签: angular ngrx ngrx-store ngrx-effects
升级ngrx,我的效果文件中不断收到此消息
答案 0 :(得分:1)
我一直忘了这个,因为它太模糊了。
您必须向下滚动效果文件的代码,并使用以下命令更改教师的输入:
private actions$: Actions
到
private actions$: Actions <auth.AuthActionsUnion>
从操作文件中,滚动到底部,并确保将所有类型添加到联合。
例如: