UNPKG

@ecip/system

Version:
14 lines (13 loc) 449 B
import { OnInit } from '@angular/core'; import { NzModalRef, NzMessageService } from 'ng-zorro-antd'; import { _HttpClient } from '@delon/theme'; export declare class SystemDictViewComponent implements OnInit { private modal; msgSrv: NzMessageService; http: _HttpClient; record: any; i: any; constructor(modal: NzModalRef, msgSrv: NzMessageService, http: _HttpClient); ngOnInit(): void; close(): void; }