Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-data-loader

Package Overview
Dependencies
Maintainers
1
Versions
70
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.1.4 to 2.1.5

karma.conf.js

26

package.json
{
"name": "ngx-data-loader",
"version": "2.1.4",
"version": "2.1.5",
"peerDependencies": {

@@ -22,23 +22,3 @@ "@angular/common": "^14.1.0",

],
"license": "MIT",
"module": "fesm2015/ngx-data-loader.mjs",
"es2020": "fesm2020/ngx-data-loader.mjs",
"esm2020": "esm2020/ngx-data-loader.mjs",
"fesm2020": "fesm2020/ngx-data-loader.mjs",
"fesm2015": "fesm2015/ngx-data-loader.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-data-loader.mjs",
"es2020": "./fesm2020/ngx-data-loader.mjs",
"es2015": "./fesm2015/ngx-data-loader.mjs",
"node": "./fesm2015/ngx-data-loader.mjs",
"default": "./fesm2020/ngx-data-loader.mjs"
}
},
"sideEffects": false
}
"license": "MIT"
}

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

The `NgxDataLoaderComponent` lets you load any kind of async data without having to waste time on common stuff like error handling, cancel/reload strategies and template display logic.
The `NgxDataLoaderComponent` lets you load any kind of async data without having to spend much time on common stuff like error handling, cancel/reload strategies and template display logic.

@@ -18,0 +18,0 @@ You only need to provide a `getDataFn` that returns an `Observable` of the data. You can optionally provide an `ng-template` for each of the loading states.

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