How to check http 200 status code in angular if its not available in the json response

前端 未结 3 853
抹茶落季
抹茶落季 2021-01-16 08:14

Auth Service

 logout() {
      return this.http.post(this.logOutApi, null);
    }

The status code doesn\'t show in the json response from t

3条回答
提交回复
热议问题