vikobg/first-class-js

Spinner is not hiding after http request get completed

Opened this issue · 0 comments

Hi,

Spinner is not hiding even after the http request get completed.

Here is the log:

loader.service.ts:10 true
loader.interceptor.ts:15 SHOW
helper.service.ts:89 http://wu2p204940006:50019/Security/GetUserRoles
loader.service.ts:10 true
loader.interceptor.ts:15 SHOW
helper.service.ts:89 http://wu2p204940006:50019/Security/GetUserRoles
loader.service.ts:10 true
loader.interceptor.ts:15 SHOW
core.js:27281 Angular is running in the development mode. Call enableProdMode() to enable the production mode.
loader.service.ts:15 false
loader.interceptor.ts:19 HttpRequest {url: "assets/IRASTPSettings.json", body: null, reportProgress: false, withCredentials: false, responseType: "json", …}
loader.interceptor.ts:20 HIDE
client:52 [WDS] Live Reloading enabled.
loader.service.ts:15 false
loader.interceptor.ts:19 HttpRequest {url: "http://wu2p204940006:50019/Security/GetUserRoles", body: null, reportProgress: false, withCredentials: true, responseType: "json", …}
loader.interceptor.ts:20 HIDE
loader.service.ts:15 false
loader.interceptor.ts:19 HttpRequest {url: "http://wu2p204940006:50019/Security/GetUserRoles", body: null, reportProgress: false, withCredentials: true, responseType: "json", …}
loader.interceptor.ts:20 HIDE

image