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 5.0.0 to 5.0.1

6

lib/data/data.component.d.ts

@@ -1,4 +0,4 @@

import { OnInit, TemplateRef } from '@angular/core';
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DataComponent implements OnInit {
export declare class DataComponent {
loadedTemplate?: TemplateRef<unknown>;

@@ -8,6 +8,4 @@ data: unknown;

showStaleData: boolean;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DataComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DataComponent, "ngx-data-loader-data", never, { "loadedTemplate": "loadedTemplate"; "data": "data"; "loading": "loading"; "showStaleData": "showStaleData"; }, {}, never, never, false, never>;
}

@@ -1,4 +0,4 @@

import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
import { EventEmitter, TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ErrorComponent implements OnInit {
export declare class ErrorComponent {
errorTemplate?: TemplateRef<unknown>;

@@ -8,6 +8,4 @@ error?: Error | null;

retry: () => void;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "ngx-data-loader-error", never, { "errorTemplate": "errorTemplate"; "error": "error"; }, { "reload": "reload"; }, never, never, false, never>;
}

@@ -8,3 +8,2 @@ import { OnInit, TemplateRef } from '@angular/core';

showTemplate$: Observable<boolean>;
constructor();
ngOnInit(): void;

@@ -11,0 +10,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponent, never>;

@@ -84,3 +84,2 @@ import { EventEmitter, OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core';

private initialState;
constructor();
ngOnInit(): void;

@@ -87,0 +86,0 @@ ngOnChanges(changes: SimpleChanges): void;

{
"name": "ngx-data-loader",
"version": "5.0.0",
"version": "5.0.1",
"peerDependencies": {

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

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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc