Using the camera with Ionic 2 native, taking multiple pictures with Delete Option. This package is powered by www.9lessons.info blog feed content and developed using Ionic v2 and Angular 2.
Take Photo | Delete Photo | Launch Camera | Use Photo |
Install Node JS Software
Go to terminal or command line.
Execute following commands to run this application.
$ npm install -g cordova ionic
$ git clone https://github.com/srinivastamada/ionic2-camera.git
$ cd ionic2-camera
$ npm install
$ ionic serve
ios
$ cordova add platform ios
$ ionic build ios
Android
$ cordova add platform android
$ ionic build android
More Info Tutorial: Ionic 2 Mobile App using Angular 2 and TypeScript Tutorial