https://github.com/ammarnajjar/ng-nested-custom-form-control
Angular nested custom form control example
https://github.com/ammarnajjar/ng-nested-custom-form-control
angular example form formcontrol nested
Last synced: about 1 month ago
JSON representation
Angular nested custom form control example
- Host: GitHub
- URL: https://github.com/ammarnajjar/ng-nested-custom-form-control
- Owner: ammarnajjar
- License: mit
- Created: 2022-03-03T23:53:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T23:57:03.000Z (about 4 years ago)
- Last Synced: 2025-08-24T00:23:49.632Z (9 months ago)
- Topics: angular, example, form, formcontrol, nested
- Language: TypeScript
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular nested custom form control example
This is an example stepper component, implemented as a custom form control.
It has a nested form control in it, which is the input field.
## run:
```bash
npm start
```