Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 458 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 458 Bytes

Ionic Reactive Form Validation

I'll demonstrate how to validate the reactive form in your ionic application

Getting started

  • Download the installer for Node LTS.
  • Install the Ionic CLI globally npm install -g @ionic/cli
  • Clone this repository git clone https://github.com/bhuvaneshcj/ionic-reactive-form-validation.git.
  • Run npm install from the project root.
  • Run ionic serve in a terminal from the project root.