Socket
Socket
Sign inDemoInstall

ngx-data-loader

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-data-loader - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc