ngx-data-loader
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -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
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
141167
1115