ngx-loading-bar icon indicating copy to clipboard operation
ngx-loading-bar copied to clipboard

Loading bar shows only after request is completed

Open nhack opened this issue 1 year ago • 0 comments

After switching from version 4 to version 6 I have noticed that the loading bar only shows up after the HTTP request is completed and not when the request is made.

The last version where it worked was 4.2.0 I have tested with version 5.1.1, 5.1.2 and 6.0.2 and it doesn’t work. I’m using Angular 15.1.3.

app.module.ts @NgModule({ imports: [LoadingBarHttpClientModule] }) export class AppModule{}

app.component.html <ngx-loading-bar></ngx-loading-bar>

nhack avatar Apr 11 '23 11:04 nhack