Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abritopach/ionic-rxweb-reactive-form-validators

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

angular angular8 ionic ionic4 rxweb typescript

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# IonicRxwebReactiveFormValidators

Sample project that shows how to build a nested reactive form and validators with [Rxweb](https://rxweb.io/home), 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)