.switchMap(action => Rx.Observable.of({ id: ++id, name: 'Bilbo Baggins', timestamp: new Date() }) // Delaying to emulate an async request, ...
確定! 回上一頁