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
app-successful-register
true
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> Copy
<app-successful-register [user]="{ email: 'john@example.com', username: 'john' }"></app-successful-register>
Returns the username formatted with an uppercase first letter.
// If username = 'john'getFormattedUsername → 'John' Copy
// If username = 'john'getFormattedUsername → 'John'
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-registerStandalone:true