如何在HTML中包含DatePipe以打印lastModifiedDate

时间:2017-07-25 14:39:11

标签: javascript angular file-upload pipe angular2-forms

我有file-upload.component.ts,我导入DatePipe

import { DatePipe } from '@angular/common';

然后我

export class FileUploadComponent implements OnInit { datePipe = new DatePipe(); }

并在file-upload.component.html中 我设置了

  <td>{{ file.lastModifiedDate | date }} </td> 

我的错误在哪里?

1 个答案:

答案 0 :(得分:0)

DatePipe根本不需要导入。 它是内置的,可以直接使用