Stream that emits an user object when the userId route param changes const user$ = this.route.params.pipe( switchMap(({ userId }) => requestUser(userId)), ...
確定! 回上一頁