From Angular web applications to mobile apps with PhoneGap Build
PhoneGap Build is a cloud-based tool that achieves the same result as the Apache Cordova command-line utility without the setup. The key difference between Apache Cordova and PhoneGap Build is that Cordova runs on your development workstation, and therefore you are in charge of keeping all of your dependencies up to date and in good working order, while PhoneGap provides a cloud-based build environment and engineers at Adobe manage the environment for you. Apart from environmental management, PhoneGap provides a slightly different (some would say improved) developer experience through their web interface located at https://build.phonegap.com/. PhoneGap Build runs as a web application on a cloud infrastructure. The inherent improvements over running Cordova locally are as follows:
Increased build speed
Version and update management
Cross-platform builds in one click
No command line
To build and package your Angular application using...