videoflix-frontend - v0.0.0
    Preparing search index...

    Successful Register component.

    Displays a confirmation message after a user has successfully registered. Shows the new user's email and formatted username for a personalized greeting.

    Selector: app-successful-register Standalone: true

    Index

    Constructors

    Properties

    Accessors

    Constructors

    Properties

    user: InputSignal<{ email: string; username: string }> = ...

    Input signal containing the registered user's information. Includes both email and username.

    <app-successful-register [user]="{ email: 'john@example.com', username: 'john' }"></app-successful-register>
    

    Accessors