UNPKG
ng-yunzai-mobile
Version:
latest (8.0.59)
8.0.59
8.0.58
8.0.57
8.0.56
8.0.55
8.0.54
8.0.53
8.0.52
8.0.51
8.0.50
8.0.49
8.0.48
8.0.47
8.0.45
8.0.44
8.0.43
8.0.42
8.0.41
8.0.40
8.0.39
8.0.38
1. 修改wechat.micro.ts
ng-yunzai-mobile
/
upload-file
/
yz-file-show
/
file-show.service.d.ts
13 lines
(12 loc)
•
296 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import { MatDialog }
from
'@angular/material/dialog'
; export
declare
class
FileShowService
{ dialog: MatDialog;
constructor
(
dialog
: MatDialog);
/** * 查看综合文件列表 *
@param
option */
viewFileShow
(
option
: {
id
:
string
; }):
void
; }