Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abritopach/ionic-nested-reactive-form

Sample project that shows how to build a nested reactive form with Angular and Ionic 4.
https://github.com/abritopach/ionic-nested-reactive-form

angular angular7 ionic ionic4 ionic4-angular7 reactive-form-validation reactive-forms

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# IonicNestedReactiveForm

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

Technologies: Angular, Ionic, TypeScript.

![Technologies](readme_resources/technologies.jpg "Technologies")

## App Example

![App](readme_resources/app.gif "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:

```bash
npm install
ionic serve
```

## Requirements

* [Node.js](http://nodejs.org/)
* [Ionic](https://ionicframework.com/getting-started#cli)