Angular Assigment With NGRX
Angular Assigment With NGRX
Objective:
Assignment Details:
ng new AngularFormAssignment
2. Set Up NgRx:
ng add @ngrx/store
directory:
3. Set Up a .NET Web API Backend:
Full Name
Password
Confirm Password
o Implement validation:
o Actions:
Define actions for:
o Reducer:
Create a reducer to handle user input and manage form
submission state (loading, success, error).
o Selectors:
Create selectors to query form state, such as:
o Effects:
o Define a User model with properties for Full Name, Email, and
Password.
2. Backend Validation:
3. Success Feedback:
4. Reset Functionality:
Expected Features:
Deliverables:
2. Screenshots:
3. Challenges Faced: