美文网首页ionic+cordova
ionic3——ngx-translate语言国际化

ionic3——ngx-translate语言国际化

作者: 一只飞 | 来源:发表于2018-11-19 15:54 被阅读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

    相关文章

      网友评论

        本文标题:ionic3——ngx-translate语言国际化

        本文链接:https://www.haomeiwen.com/subject/umkafqtx.html