myFlix Angular Client Documentation - v0.0.0
    Preparing search index...

    Component representing the welcome/landing page of the application.

    This component serves as the initial entry point for users. it provides options to either register for a new account or log in to an existing one by opening the respective dialog components.

    Implements

    • OnInit
    Index

    Constructors

    Properties

    dialog: MatDialog

    Service used to open Material Dialog modals.

    Methods

    • Lifecycle hook that is called after Angular has initialized all data-bound properties.

      Returns void

    • Opens the user login dialog.

      Returns void

      When the "Login" button is clicked, this method opens the UserLoginFormComponent in a dialog modal.

    • Opens the user registration dialog.

      Returns void

      When the "Register" button is clicked, this method opens the UserRegistrationFormComponent in a dialog modal.