Auth Service
logout() { return this.http.post(this.logOutApi, null); }
The status code doesn\'t show in the json response from t
It comes under error callback
error
, (err)=>{ alert(err.status); });