Google News
logo
Ionic - Interview Questions
Differentiate between 'ionic build' and 'ionic prepare'.
ionic prepare <platform> moves all files from the www folder to the www folder on the target platform. This is likewise done by ionic build <platform>, but it also produces the app's source code so that it can be executed on a simulator/emulator or a device.
Advertisement