Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abritopach/ionic-nested-reactive-form
- Owner: abritopach
- Created: 2019-05-22T10:37:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:42:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T21:27:16.122Z (23 days ago)
- Topics: angular, angular7, ionic, ionic4, ionic4-angular7, reactive-form-validation, reactive-forms
- Language: TypeScript
- Homepage:
- Size: 9.55 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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)