invoke an expression whose type lacks a call signature. Type 'typeof moment

tslint報moment調用簽名錯誤

moment官網是說2.13以上的版本已經支持了ts.

解決方案

  1. npm install moment@latest
  2. import * as moment from 'moment' 改爲 import moment from moment 效果如圖:

相關文章
相關標籤/搜索