Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adisreyaj/angular-form-array-demo
An interactive demo for Angular Form Array
https://github.com/adisreyaj/angular-form-array-demo
Last synced: 2 months ago
JSON representation
An interactive demo for Angular Form Array
- Host: GitHub
- URL: https://github.com/adisreyaj/angular-form-array-demo
- Owner: adisreyaj
- License: mit
- Created: 2020-03-07T13:01:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:40:49.000Z (about 2 years ago)
- Last Synced: 2024-10-15T04:45:05.818Z (3 months ago)
- Language: TypeScript
- Homepage: https://brave-payne-95d429.netlify.com/
- Size: 1.7 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Angular Form Arrays Interactive Playground
![Angular](https://img.shields.io/badge/Angular-v9.0.3-red)
![TypeScript](https://img.shields.io/badge/TypeScript-v3.7.5-blue)Form Arrays provides us a way to dynamically manage fields, meaning we can add to remove fields on the fly. Form Groups and Form Arrays are just a ways to manage fields.
![Angular Form Array](angular-form-array.png)
This is an interactive playground for learning Angular Form Arrays.
## Get Started
1. Clone the repository or Download the zip.
1. Install the dependencies: `npm install`
1. Run the application using the command: `npm run start`Follow Me:
[Blog](https://code.sreyaj.com) | [Twitter](https://twitter.com/AdiSreyaj) | [GitHub](https://github.com/adisreyaj)