Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 681 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 681 Bytes

IonicNestedReactiveForm

Sample project that shows how to build a nested reactive form with Angular and Ionic 4.

Technologies: Angular, Ionic, TypeScript.

Technologies

App Example

App

Running

Before you go through this example, you should have at least a basic understanding of Ionic concepts. You must also already have Ionic installed on your machine.

  • Test in localhost:

To run it, cd into ionic-nested-reactive-form and run:

npm install
ionic serve

Requirements