Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • http://www.joshmorony.com/7-reasons-why-ionic-2-is-better-than-ionic-1/
    • In Ionic 2 almost all of your coding will be done inside of the app folder, which is completely separate to the www folder which contains the code that is actually served to the browser. When you run an Ionic 2 application, the code in the app folder is automatically transpiled and bundled into a single Javascript file which is copied into the www folder and served. For the most part, you don’t have to touch your index.html file at all.

Starters / templates

  • Ionic 2 + Firebase 3 Email Auth System
    • I bought this from this site: http://javebratt.com/ionic-starters/
    • As its name says it this is an email auth system working with Ionic 2 and Firebase 3, all you have to do is change your Firebase information and you are ready to go, it offers:

      • Create new accounts using email and password.

      • Login to those accounts.

      • Logout from the account.

      • Forgot your password reset link (up to actually sending the email and handling the password reset for you)

      • It also has input validation using the NG2 FormBuilder class.As soon as you extract the .zip file you’ll get a README with all the instructions on how to use it

...