在Angular Material 組件文檔中datepicker組件可支持使用Moment自定義格式;官方文檔和連接以下 mat-datepicker:
咱們按照官方文檔開發是有可能遇到相似這樣的錯誤:json
× Compiling TypeScript sources through NGC ERROR: xxx/datepicker.ts:15:10 - error TS2305: Module '"xxx/moment"' has no exported member 'default'.
解決辦法是:spa
在tsconfig.json中compilerOptions加入"allowSyntheticDefaultImports": true,便可