UNPKG

ontimize-web-ngx

Version:
21 lines (20 loc) 861 B
import * as i0 from "@angular/core"; export declare class OFormMessageService { getQueryErrorMessage(): string; getUpdateSuccessMessage(): string; getUpdateErrorMessage(): string; getDeleteSuccessMessage(): string; getDeleteErrorMessage(): string; getDeleteConfirmationMessage(): string; getDeleteConfirmationDialogTitle(): string; getInsertSuccessMessage(): string; getInsertErrorMessage(): string; getValidationError(): string; getValidationErrorDialogTitle(): string; getNothingToUpdateMessage(): string; getActionPermissionNotEnabledMessage(): string; getDiscardChangesConfirmationMessage(): string; getDiscardChangesConfirmationDialogTitle(): string; static ɵfac: i0.ɵɵFactoryDeclaration<OFormMessageService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<OFormMessageService>; }