Email verification

The Angular Email Verification Component is designed for handling email verification in a web application. It features a user-friendly interface with error and success messages, as well as a loading spinner during the verification process.

Usage

  1. Import the component in your Angular module:
import { EmailVerificationComponent } from './path/to/email-verification.component';

@NgModule({
  declarations: [EmailVerificationComponent],
  // Other module configurations...
})
  1. Include the <base-email-verification> tag in your HTML:
<base-email-verification></base-email-verification>

Notes

  • The component expects a token parameter in the route for email verification.
  • The loading spinner is displayed during the verification process.
  • Error and success messages provide user feedback based on the verification result.
  • The component uses the Lenne Tech Shared Module for common services.

Feel free to customize the component's appearance and behavior based on your application's design and requirements.

Table of Contents