angular 语言包问题报错


错误原因:没有引入angular的语言包

import {registerLocaleData} from '@angular/common'
import zh from '@angular/common/locales/zh'
registerLocaleData(zh)

  

posted @ 2019-08-26 10:09  第一神坑  Views(455)  Comments(0)    收藏  举报