From a3a8c23b196980732a795713a5eb5fe0c7075bf9 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 11 Jul 2018 21:47:13 +0800 Subject: [PATCH] Revert "提交" --- src/app/routes/delon/downfile/downfile.component.html | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/app/routes/delon/downfile/downfile.component.html b/src/app/routes/delon/downfile/downfile.component.html new file mode 100644 index 0000000..35f4f69 --- /dev/null +++ b/src/app/routes/delon/downfile/downfile.component.html @@ -0,0 +1,6 @@ +<div class="content__title"> + <h1>Download a file</h1> +</div> +<nz-card nzTitle="DEMO"> + <button nz-button *ngFor="let i of fileTypes" class="mr-sm" down-file [http-data]="data" http-url="assets/tmp/demo{{i}}" file-name="demo������">{{i}}</button> +</nz-card> -- Gitblit v1.8.0