geminis-ng
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.
12 lines (11 loc) • 446 B
TypeScript
import { NzMessageService } from 'ng-zorro-antd/message';
import { NzNotificationService } from 'ng-zorro-antd/notification';
export declare class GnMessageService {
private messageService;
private notificationService;
constructor(messageService: NzMessageService, notificationService: NzNotificationService);
success(content: string): void;
error(content: string): void;
warn(content: string): void;
clean(): void;
}