ionic3——ngx-translate语言国际化

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

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容