ionic+cordova

ionic3——ngx-translate语言国际化

2018-11-19  本文已影响0人  一只飞

ionic1的时候对translate有多了解。
ionic3按照官方手册使用:https://ionicframework.com/docs/developer-resources/ng2-translate/
还是出现了两个问题:
1、ERROR TypeError: Object(...) is not a function
原因:ngx-translate版本太高了
解决:npm i @ngx-translate/core@9.1.1
参考:https://github.com/ngx-translate/core/issues/824

2、Argument of type 'Http' is not assignable to parameter of type 'Http'
原因:新版本兼容问题
官网

image.png

解决:

image.png
参考:https://stackoverflow.com/questions/45372318/argument-of-type-http-is-not-assignable-to-parameter-of-type-http-in-ionic-n
上一篇下一篇

猜你喜欢

热点阅读