rjoydip / ionic2Components

ionic 2 components collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ionic 2 components collections


Languages

Language:TypeScript 71.0%Language:HTML 19.5%Language:SCSS 8.1%Language:JavaScript 1.0%Language:Shell 0.4%