Skip to content

rjoydip-zz/ionic2Components

Repository files navigation

Ionic2Components

This is a example project for collection of ionic2 modules,components,directive,providers,services.

Table of content

  • Login
  • Signup
  • Forgot password
  • In app browser
  • Loader
  • Toaster
  • Camera (only provider file)
  • Share (only provider file)
  • Http Service (seed module)

How to install :

Clone the repo first:

$ git clone https://github.com/Rjoydip/ionic2MyComponent.git

Then, to run it, cd into tapp and run:

$ ionic serve
or 
$ ionic serve -lc // for lab view

Run for android:

$ ionic platform add android
$ ionic build android

Run for android though cordova:

$ cordova platform android android // for remove existence
$ ionic build android

Run for ios :

$ ionic platform add ios
$ ionic build ios
$ ionic emulate ios