UNPKG

@ecip/app

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