Week 4 Day 4: Built template driven forms with validation
This commit is contained in:
32
Week-4/Day-4/Reame.md
Normal file
32
Week-4/Day-4/Reame.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Week 4 – Day 4: Template Driven Forms
|
||||
|
||||
## Date
|
||||
08 January 2026
|
||||
|
||||
## Objective
|
||||
To learn how to create and manage user input forms using Angular's template-driven approach.
|
||||
|
||||
## Topics Covered
|
||||
- Introduction to Angular Forms
|
||||
- Template Driven Forms
|
||||
- ngModel
|
||||
- Form Validation
|
||||
- Handling User Input
|
||||
|
||||
## Activities Performed
|
||||
- Designed HTML forms using Angular directives
|
||||
- Implemented two-way data binding with ngModel
|
||||
- Added form validations (required, email, length)
|
||||
- Displayed validation messages
|
||||
- Practiced form submission handling
|
||||
|
||||
## Tools & Technologies Used
|
||||
- Angular
|
||||
- HTML
|
||||
- TypeScript
|
||||
|
||||
## Learning Outcome
|
||||
Understood how Angular simplifies form handling using template-driven forms and built validated user input forms.
|
||||
|
||||
## Status
|
||||
Completed
|
||||
Reference in New Issue
Block a user