@descope/angular-sdk
Advanced tools
Comparing version 0.5.0-alpha.1 to 0.5.0-alpha.2
@@ -25,4 +25,4 @@ import { ElementRef, EventEmitter, OnChanges, OnInit } from '@angular/core'; | ||
logger: ILogger; | ||
success: EventEmitter<void>; | ||
error: EventEmitter<void>; | ||
success: EventEmitter<CustomEvent>; | ||
error: EventEmitter<CustomEvent>; | ||
private readonly webComponent; | ||
@@ -29,0 +29,0 @@ constructor(elementRef: ElementRef, authService: DescopeAuthService, descopeConfig: DescopeAuthConfig); |
@@ -21,4 +21,4 @@ import { EventEmitter } from '@angular/core'; | ||
logger: ILogger; | ||
success: EventEmitter<void>; | ||
error: EventEmitter<void>; | ||
success: EventEmitter<CustomEvent>; | ||
error: EventEmitter<CustomEvent>; | ||
constructor(descopeConfig: DescopeAuthConfig); | ||
@@ -25,0 +25,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<SignInFlowComponent, never>; |
@@ -21,4 +21,4 @@ import { EventEmitter } from '@angular/core'; | ||
logger: ILogger; | ||
success: EventEmitter<void>; | ||
error: EventEmitter<void>; | ||
success: EventEmitter<CustomEvent>; | ||
error: EventEmitter<CustomEvent>; | ||
constructor(descopeConfig: DescopeAuthConfig); | ||
@@ -25,0 +25,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<SignUpFlowComponent, never>; |
@@ -21,4 +21,4 @@ import { EventEmitter } from '@angular/core'; | ||
logger: ILogger; | ||
success: EventEmitter<void>; | ||
error: EventEmitter<void>; | ||
success: EventEmitter<CustomEvent>; | ||
error: EventEmitter<CustomEvent>; | ||
constructor(descopeConfig: DescopeAuthConfig); | ||
@@ -25,0 +25,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<SignUpOrInFlowComponent, never>; |
{ | ||
"name": "@descope/angular-sdk", | ||
"version": "0.5.0-alpha.1", | ||
"version": "0.5.0-alpha.2", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": ">=16.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
154380
1306