flexi-toast
Advanced tools
Comparing version 19.0.1 to 19.0.2
@@ -8,3 +8,3 @@ import { RendererFactory2 } from '@angular/core'; | ||
showToast(title: string, text: string, icon?: FlexiToastIconType, options?: FlexiToastOptionsModel): void; | ||
showSwal(title: string, text: string, callBack: () => void, confirmBtnText?: string, cancelBtnText?: string): void; | ||
showSwal(title: string, text: string, callBack: () => void, confirmBtnText?: string, cancelBtnText?: string, cancelCallBack?: () => void): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FlexiToastService, never>; | ||
@@ -11,0 +11,0 @@ static ɵprov: i0.ɵɵInjectableDeclaration<FlexiToastService>; |
{ | ||
"name": "flexi-toast", | ||
"version": "19.0.1", | ||
"version": "19.0.2", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^19.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
44430
559