使用 - new DatePipe() - 在TypeScript中引发错误

时间:2016-11-20 16:09:10

标签: angular typescript

我尝试使用TypeScript正确使用new DatePipe(),但我收到以下错误:Supplied parameters do not match any signature of call target.

所以当我尝试编译这个new DatePipe().transform(date, 'dd.MM.yyyy')时,它失败了。

修改

我导入DatePipe,如下所示:import {DatePipe} from '@angular/common';

0 个答案:

没有答案