Releases: t-ho/ngx-ui-loader
Releases · t-ho/ngx-ui-loader
v.9.1.1
- Fix: the
minTime
can be set to <= 300 ms. Default is 300
ms
v.9.1.0
- Support custom template
- Remove unnecessary input validations
v.9.0.0 - v.9.0.1
- Upgrade to Angular 9
- Shorter fade out duration
v.8.0.0
- Update to Angular 8
- Be able to exclude specific paths from NgxUiLoaderRouter
- Be able to set maxTime, minTime and delay for loader via
forRoot()
method or show calls.
- Breaking changes: Remove
getStatus()
method
- Breaking changes: Change
threshold
=> minTime
v.7.2.2
- Change detection strategy to OnPush
- Show progress cursor on overlay
v.7.2.0
- NgxUiLoaderHttpModule configuration can accept regexp list #18