gothinkster / angular-realworld-example-app

Exemplary real world application built with Angular

Home Page:https://angular.realworld.how/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve API service

alexandernst opened this issue · comments

Handle cases such as a 401 (expired token), in which case the service should renew the token and then re-launch all the requests that were ran meanwhile (extra points: run them in the same order).