Releases: mpalourdio/ng-http-loader
Releases · mpalourdio/ng-http-loader
Debounce Delay
Replace Subject by ReplaySubject
sub-modules split
Angular 5 compatibility
The minimum required version from v0.4.0 is angular 5.0.0
Default spinners background
This release addresses #14 . After the sub-components split, the main css properties were not propagated from host component to child components.
This resulted in not having a default background-color anymore.
es5 compilation when publishing
Hotfix release to keep es5 compilation when publishing and testing only
Compilation options
Compilation target & module are now 'es2015'
Improve maintainability
- Flexbox positioning
- Split into multiple sub-components
- Export each sub-component for use at application level
Requests filtering
This release gives the possibility to filter http requests that should not be handled by the interceptor by providing an array of URL regex to the component's filteredUrlPatterns
property.
Remove HttpInterceptorService references
Definitely switch to the new HttpClientModule api available from angular 4.3