@ls-commons/utils
Advanced tools
Comparing version 17.0.4 to 17.0.5
@@ -0,7 +1,11 @@ | ||
import { SweetAlertIcon } from 'sweetalert2'; | ||
import * as i0 from "@angular/core"; | ||
export declare class ModalService { | ||
private messageService; | ||
private router; | ||
showErrorMessage(message: string): void; | ||
showSuccessMessage(message: string): void; | ||
showAlertButtonLink(icon: SweetAlertIcon, title: string, text: string, buttonText: string, link?: string): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>; | ||
} |
{ | ||
"name": "@ls-commons/utils", | ||
"version": "17.0.4", | ||
"version": "17.0.5", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^17.3.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
17974
153