We have simple dashboard with two routes: register and dashboard(protected) One form with 3 fields firstName, lastName, and age(optional) On register page we create user and we have ability to update user information on dashboard page
- Fix error in shared module (run and check console)
- Fix userGuard for dashboard route (must be protected until user not create account)
- Fix display user data on dashboard page
- Add prefill data for update form
- Add basic validation with error messages