InterviewSolution
Saved Bookmarks
| 1. |
Can you test Ionic apps? |
|
Answer» IONIC apps are BUILT on AngularJS, which has a rich set of TEST libraries and frameworks. You can USE these frameworks to write unit tests for your apps. In addition, the live reload feature in ionic-CLI can be used to test your apps in the browser. CHROME Developer Tools or Mozilla Firefox can be used to debug and inspect Ionic apps. |
|