Turn Angular 2 app into mobile app

前端 未结 4 1330
借酒劲吻你
借酒劲吻你 2021-01-02 14:30

We have a responsive web app developed using AngularJS 2. We would like to wrap it inside a package to redistribute it as a mobile app. Android is our priority. We have look

4条回答
  •  灰色年华
    2021-01-02 15:10

    Ionic 2, currently in beta, uses Angular2 to make hybrid mobile apps. You'll have to make some modifications in your app but it's still Angular2, only with some custom ionic components.

    NativeScript also uses Angular2 to make apps, but this time, it makes true native apps. There's a little bit more of work there, you'll have to adapt your templates and styles but the code is still Angular2-flavored TypeScript.

提交回复
热议问题