UNPKG

dbweb-common

Version:

用`yarn add dbweb-common`安装,不要忘记修改`angular.json`里的 `architect\build\options\assets`,加上

15 lines (14 loc) 681 B
import { EventEmitter, OnInit } from '@angular/core'; import { MatDialog } from '@angular/material'; import { FetchElementAllCategoriesResult, EleViewBackFaceService } from '../../../services/eleview/eleview-backface'; import { ServiceService } from '../../service/service.service'; export declare class LabelDrawerForEditComponent implements OnInit { svr: ServiceService; dialog: MatDialog; eleviewBackFace: EleViewBackFaceService; hostClass: boolean; back: EventEmitter<any>; category: FetchElementAllCategoriesResult; constructor(svr: ServiceService, dialog: MatDialog, eleviewBackFace: EleViewBackFaceService); ngOnInit(): void; }