Angular Assignment
Angular Assignment
Structure
Objective:
Assignment Details:
ng new AngularFormAssignment
o Full Name
o Email
o Password
o Confirm Password
o Define a User model with properties for Full Name, Email, and
Password.
1. Frontend
On Form Submission:
o Send the user details to the .NET Web API backend using the
HttpClient service.
2. Service Integration:
Create a data.service.ts file to manage communication between the
Angular app and the Web API.
3. Backend
Expected Features:
Bonus Challenge: