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.ts | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/app/routes/delon/downfile/downfile.component.ts b/src/app/routes/delon/downfile/downfile.component.ts new file mode 100644 index 0000000..5a0b795 --- /dev/null +++ b/src/app/routes/delon/downfile/downfile.component.ts @@ -0,0 +1,14 @@ +import { Component } from '@angular/core'; + +@Component({ + selector: 'app-down-file', + templateUrl: './downfile.component.html', +}) +export class DownFileComponent { + fileTypes = ['.xlsx', '.docx', '.pptx', '.pdf']; + + data = { + otherdata: 1, + time: new Date(), + }; +} -- Gitblit v1.8.0