UNPKG

@codecabinet.online/codecabinet.online-sni-custom-grid-library

Version:

codecabinet.online created an astonishing grid library

16 lines 806 B
import { TranslateService } from '@ngx-translate/core'; import { ToastrService } from 'ngx-toastr'; import * as i0 from "@angular/core"; export declare class NotificationService { private toastr; private translate; constructor(toastr: ToastrService, translate: TranslateService); showSuccess(message: any, title: any, url?: string): void; showError(message: any, title: any, url?: string): void; showInfo(message: any, title: any, url?: string, disableTimeOut?: boolean): void; showWarning(message: any, title: any, url?: string): void; toasterClickedHandler(url: string): void; static ɵfac: i0.ɵɵFactoryDeclaration<NotificationService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NotificationService>; } //# sourceMappingURL=notification.service.d.ts.map