yoyo-ng-modulewindy
Version:
服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容
9 lines (8 loc) • 496 B
TypeScript
export declare class MessageService {
info(message: string, title?: string, isHtml?: boolean): any;
success(message: string, title?: string, isHtml?: boolean): any;
warn(message: string, title?: string, isHtml?: boolean): any;
error(message: string, title?: string, isHtml?: boolean): any;
confirm(message: string, callback?: (result: boolean) => void): any;
confirm(message: string, title?: string, callback?: (result: boolean) => void, isHtml?: boolean): any;
}