Home

Awesome

This is a Ionic 2 tutorial example made for http://www.gajotres.net/ionic-2-how-o-create-and-validate-forms

Follow these instruction to deploy this example:

  1. git clone https://github.com/Gajotres/Ionic2FormValidation.git
  2. cd Ionic2FormValidation
  3. ionic platform add android
  4. npm install
  5. ionic serve -l -c -s -> To see if everything is working as it should
  6. ionic run android -l -c -s