Service used to perform the user login API call.
Reference to the dialog containing this component.
Service used to display notifications to the user.
Service used for navigating to different routes.
Reference to the dialog containing this component.
Service used to perform the user login API call.
Service used to display notifications to the user.
Input object that stores user login credentials.
Sends the user's credentials to the backend via the FetchApiDataService. If successful:
Lifecycle hook that is called after Angular has initialized all data-bound properties.
Component representing the user login form.
Description
This component provides a form for users to log in with their credentials. Upon successful login, it stores the user data and token in local storage and navigates the user to the movie view.