https://github.com/src-mgra/formbuilder
reactiveForm example uses formBuilder
https://github.com/src-mgra/formbuilder
angular4 example formbuilder formgroup reactiveforms typescript validation
Last synced: 4 months ago
JSON representation
reactiveForm example uses formBuilder
- Host: GitHub
- URL: https://github.com/src-mgra/formbuilder
- Owner: src-mgra
- License: mit
- Created: 2018-04-11T11:44:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T12:23:28.000Z (over 7 years ago)
- Last Synced: 2025-06-21T12:07:01.159Z (5 months ago)
- Topics: angular4, example, formbuilder, formgroup, reactiveforms, typescript, validation
- Language: TypeScript
- Homepage:
- Size: 92.8 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactiveForm example
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.2.7.
## generate
ng new ng-forms
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code
angular documentation: https://angular.io/api/forms/FormBuilder
refer to: https://coursetro.com/posts/code/66/Angular-4-Reactive-Forms-Tutorial
with some additions
## Demo
https://stackblitz.com/github/src-mgra/formBuilder