npm @ngx-loading-bar/core 5.1.0
v5.1.0

latest releases: 6.0.2, 6.0.1, 6.0.0...
3 years ago

Added a new global config to adjust the latency threshold which allows controlling the initial delay time to wait before displaying the loading bar. By default the latencyThreshold is disabled (= 0).

import { LOADING_BAR_CONFIG } from '@ngx-loading-bar/core';

@NgModule({
  providers: [
    providers: [{ provide: LOADING_BAR_CONFIG, useValue: { latencyThreshold: 100 } }],
  ]
})

Features

Don't miss a new core release

NewReleases is sending notifications on new releases.