33 lines
765 B
Markdown
33 lines
765 B
Markdown
# Week 4 – Day 5: Reactive Forms
|
||
|
||
## Date
|
||
09 January 2026
|
||
|
||
## Objective
|
||
To understand and implement reactive forms in Angular for complex and scalable form handling.
|
||
|
||
## Topics Covered
|
||
- Introduction to Reactive Forms
|
||
- FormGroup and FormControl
|
||
- Validators
|
||
- Reactive Form Submission
|
||
- Error Handling
|
||
|
||
## Activities Performed
|
||
- Created reactive forms using TypeScript
|
||
- Applied built-in validators
|
||
- Implemented form submission logic
|
||
- Displayed validation errors dynamically
|
||
- Compared reactive forms with template-driven forms
|
||
|
||
## Tools & Technologies Used
|
||
- Angular
|
||
- TypeScript
|
||
- ReactiveFormsModule
|
||
|
||
## Learning Outcome
|
||
Developed a strong understanding of reactive forms and learned how to build scalable, controlled forms in Angular.
|
||
|
||
## Status
|
||
Completed
|