Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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
You can’t perform that action at this time.