my-flix-angular-client
    Preparing search index...

    Dialog component for new user registration. Normalizes birthday values and maps form fields to backend expectations.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    isSubmitting: boolean = false

    Prevents duplicate submissions.

    userData: {
        Birthday: string;
        Email: string;
        Password: string;
        Username: string;
    } = ...

    Form model bound to the template.

    Methods

    • Submit the registration form to the API. Shows success feedback and closes the dialog, or displays error details.

      Parameters

      • Optionalform: NgForm

        Optional Angular form reference (for future validation hooks).

      Returns void