ngx-progressbar
Advanced tools
Changelog
13.0.0
NgProgressRef
directive has (started)
and (completed)
outputs, instead of subjects.NgProgressRef
directive has all NgProgress
component inputs excepts the irrelevant styling inputs.fadeOutSpeed
input to set the fade out transition after the progress completes.--ng-progress-spinner-speed
CSS variable to set the spinner speed.NgProgressRef
as hostDirective in NgProgress
component and forward its inputs and outputs.ProgressRef
directive due to config update.min
and max
inputs.setConfig()
function from ProgressRef
directive, you can now set the inputs directly.start()
, complete()
, inc()
and set()
functions from the component reference.Changelog
12.0.2
untracked
in effects instead of allowSignalWrites
and setTimeout
.Changelog
12.0.1
provideNgProgressOptions()
to override global options.provideNgProgressHttp()
to override http related options.provideNgProgressRouter()
to override router related options.fixed
option has been removed in favor of relative
option which does the opposite.meteor
option has been removed in favor of flat
option which does the opposite.spinner
default option has been changed to false
.NgProgress
has been removed.NgProgressComponent
has been renamed to NgProgress
.NgProgressConfig
has been renamed to NgProgressOptions
.thick
option, use --ng-progress-thickness
and --ng-progress-spinner-thickness
CSS variables instead.color
option, use --ng-progress-color
CSS variable instead.ease
option, use --ng-progress-ease
CSS variable instead.delay
has been renamed to minDuration
in progressbar router options.