Socket
Socket
Sign inDemoInstall

ngx-data-loader

Package Overview
Dependencies
5
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.1 to 5.0.2

2

package.json
{
"name": "ngx-data-loader",
"version": "5.0.1",
"version": "5.0.2",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": ">=15.0.0",

@@ -15,3 +15,3 @@ # NgxDataLoader

The `NgxDataLoaderComponent` is an Angular component for easy async data loading. It handles error handling, cancel/reload strategies, and template display logic.
`NgxDataLoaderComponent` is a powerful tool for simplifying asynchronous data loading in Angular. By abstracting away complex tasks such as error handling, cancel/reload strategies, and template display logic, it enables developers to focus on what matters most: building robust applications that deliver seamless user experiences.

@@ -24,3 +24,3 @@ To use it, provide a `loadFn` that returns an `Observable` of the data, and optional templates for each loading phase.

- Bring your own template for each loading phase
- Declarative syntax that handles display and loading logic behind the scenes
- Provides `reload` and `cancel` methods

@@ -27,0 +27,0 @@ - Automatic cancellation of ongoing http requests on cancel/reload/destroy[^note]

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc