allanaguilar / ionic2-camera

ionic 2 camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic 2 and Angular 2 using the Camera

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 Ionic 2 and Angular 2 using the Camera Delete Photo Ionic 2 and Angular 2 using the Camera Launch Camera Ionic 2 and Angular 2 using the Camera Use Photo Ionic 2 and Angular 2 using the Camera

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

About

ionic 2 camera


Languages

Language:TypeScript 47.5%Language:HTML 24.3%Language:CSS 23.0%Language:JavaScript 5.3%