sgh-stripe
Advanced tools
Comparing version 0.2.72 to 0.2.73
@@ -7,4 +7,4 @@ import * as i0 from "@angular/core"; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SghStripeModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<SghStripeModule, [typeof i1.SghStripeComponent, typeof i2.StripeViewComponent], [typeof i3.CommonModule], [typeof i1.SghStripeComponent, typeof i2.StripeViewComponent]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<SghStripeModule, [typeof i1.SghStripeComponent, typeof i2.StripeViewComponent, typeof i2.DetectLoadDirective], [typeof i3.CommonModule], [typeof i1.SghStripeComponent, typeof i2.StripeViewComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<SghStripeModule>; | ||
} |
@@ -0,1 +1,2 @@ | ||
import { AfterViewInit } from '@angular/core'; | ||
import { ElementRef, ChangeDetectorRef, EventEmitter } from '@angular/core'; | ||
@@ -45,1 +46,9 @@ import { StripeData } from "./stripe-data"; | ||
} | ||
export declare class DetectLoadDirective implements AfterViewInit { | ||
private el; | ||
elementLoaded: EventEmitter<void>; | ||
constructor(el: ElementRef); | ||
ngAfterViewInit(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DetectLoadDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<DetectLoadDirective, "[appDetectLoad]", never, {}, { "elementLoaded": "elementLoaded"; }, never, never, false, never>; | ||
} |
{ | ||
"name": "sgh-stripe", | ||
"version": "0.2.72", | ||
"version": "0.2.73", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^15.2.8", |
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
138274
1199