Service used to perform the user registration API call.
Reference to the dialog containing this component.
Service used to display notifications to the user.
Reference to the dialog containing this component.
Service used to perform the user registration API call.
Service used to display notifications to the user.
Input object that stores user registration data.
Lifecycle hook that is called after Angular has initialized all data-bound properties.
Sends the user's registration data to the backend via the FetchApiDataService. Upon successful registration:
Component representing the user registration form.
Description
This component provides a form for new users to register for an account. It interacts with the FetchApiDataService to send the registration details to the backend API.