InterviewSolution
Saved Bookmarks
| 1. |
Differentiate between ‘ionic build’ and ‘ionic prepare’. |
|
Answer» 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. |
|