文件名称:state中-pcs7v8.0的使用
文件大小:23.42MB
文件格式:PDF
更新时间:2024-07-31 21:16:44
Angular2
(1) state中
(2) 中
(3) 。
。
13.5.4 action creator
state中 action creator。
code/redux/angular2-redux-chat/app/ts/actions/ThreadActions.ts
export const ADD_THREAD = '[Thread] Add';
export interface AddThreadAction extends Action {
thread: Thread;
}
export const addThread: ActionCreator