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'
原因:新版本兼容问题
官网
解决:
参考:https://stackoverflow.com/questions/45372318/argument-of-type-http-is-not-assignable-to-parameter-of-type-http-in-ionic-n
网友评论