Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abritopach/ionic-rxweb-reactive-form-validators
- Owner: abritopach
- Created: 2019-05-28T09:46:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:02:20.000Z (about 2 years ago)
- Last Synced: 2024-10-14T21:27:15.947Z (4 months ago)
- Topics: angular, angular8, ionic, ionic4, rxweb, typescript
- Language: TypeScript
- Homepage:
- Size: 4.64 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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)