ngx-data-loader
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "ngx-data-loader", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^14.1.0", |
@@ -13,2 +13,4 @@ # NgxDataLoader | ||
## Description | ||
Most async data loading is done the same way: show a loading indicator while the data is loading, then show the data when it's loaded, or show an error message or a retry button if the data failed to load. | ||
@@ -21,5 +23,5 @@ | ||
- Bring your own template for each loading state | ||
- Automatic switching to the right template based on the loading state | ||
- Configure auto retry on error | ||
- Easily trigger a retry/reload | ||
- Automatic template switching based on the loading state | ||
- Configure auto retry and timeout | ||
- Easy manual retry/reload | ||
- Cancel ongoing requests on component destroy or on reload | ||
@@ -29,3 +31,3 @@ | ||
[View demo at https://ngx-data-loader.netlify.app](https://ngx-data-loader.netlify.app) | ||
[View demo on StackBlitz](https://stackblitz.com/edit/ngx-data-loader-demo?file=src%2Fapp%2Fapp.component.html) | ||
@@ -32,0 +34,0 @@ ## Getting started |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
116412
126