actions$ .ofType(userAction.ActionTypes.START_USER_LOAD) .switchMap(action => this.userService.loadUser(action.payload.username) .concatMap(user => of(new ...
確定! 回上一頁