ngx-data-loader
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "ngx-data-loader", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": ">=15.0.0", |
# NgxDataLoader | ||
Lightweight Angular 15+ component for easy async data loading. | ||
Simplify async data loading in Angular with NgxDataLoaderComponent. | ||
[![Build status](https://img.shields.io/github/workflow/status/rensjaspers/ngx-data-loader/CI)](https://github.com/rensjaspers/ngx-data-loader/actions/workflows/main.yml) | ||
[![Build status](https://img.shields.io/github/actions/workflow/status/rensjaspers/ngx-data-loader/main.yml?branch=main)](https://github.com/rensjaspers/ngx-data-loader/actions/workflows/main.yml) | ||
[![NPM version](https://img.shields.io/npm/v/ngx-data-loader.svg)](https://www.npmjs.com/package/ngx-data-loader) | ||
@@ -15,6 +15,8 @@ [![NPM downloads](https://img.shields.io/npm/dm/ngx-data-loader.svg)](https://www.npmjs.com/package/ngx-data-loader) | ||
The `NgxDataLoaderComponent` lets you load any kind of async data without having to spend time on common stuff like error handling, cancel/reload strategies and template display logic. | ||
The `NgxDataLoaderComponent` is an Angular component for easy async data loading. It handles error handling, cancel/reload strategies, and template display logic. | ||
You only need to provide a `loadFn` that returns an `Observable` of the data. You optionally provide an `ng-template` for each loading phase. | ||
To use it, provide a `loadFn` that returns an `Observable` of the data, and optional templates for each loading phase. | ||
The component also offers features such as auto retry and timeout configuration, server-side rendering with `initialData`, and optimistic updates with `setData`. | ||
## Features | ||
@@ -21,0 +23,0 @@ |
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
142363
145