Turn the Angular 2 app into a mobile app

We have a responsive web application developed using AngularJS 2. We would like to wrap it inside the package in order to redistribute it as a mobile application. Android is our priority. We looked at Cordoba. Are there other options for turning a web application into a mobile application? What are the pitfalls associated with turning an AngularJS 2 web application into a mobile application?

+4
source share
3 answers

Ionic 2 , currently in beta, uses Angular2 to create hybrid mobile apps. You will need to make some changes to your application, but it is still Angular2, only with some custom ionic components.

NativeScript also uses Angular2 to create applications, but this time it makes real native applications. There's a bit more work, you'll have to adapt your templates and styles, but the code is still Angular2 -flavored TypeScript.

+5
source

This one looks more promising angular-native-seed , where you only need to write the code once.

+1
source

.

. .

Ionic, , . , Ionic-, angular. , , .

0

All Articles