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 7.0.0 to 7.0.1

4

lib/ngx-data-loader.component.d.ts

@@ -89,4 +89,4 @@ import { EventEmitter, OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core';

private getLoadingState;
private getLoadings;
private getResults;
private getLoadingStateUpdates;
private getResultStateUpdates;
private getLoadResult;

@@ -93,0 +93,0 @@ private onError;

{
"name": "ngx-data-loader",
"version": "7.0.0",
"version": "7.0.1",
"peerDependencies": {

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

@@ -67,3 +67,3 @@ # NgxDataLoader

<ng-template #loading> Loading todos... </ng-template>
<ng-template #error> Failed to load todos. </ng-template>
<ng-template #error let-error> Failed to load todos. {{error.message}} </ng-template>
<ng-template #loaded let-todos>

@@ -70,0 +70,0 @@ <div *ngFor="let todo of todos">

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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