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

    Error Toast component.

    Displays temporary toast notifications for error or success messages. Messages are managed through the global ErrorService.

    Provides a simple UI for showing and dismissing error messages.

    Selector: app-error-toast Standalone: true

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    errorService: ErrorService = ...

    Injected global error service used to access and clear messages.

    Methods

    • Closes the toast by clearing all active error and success messages.

      Typically triggered when the user clicks a close button on the toast.

      Returns void

      <button (click)="closeToast()">✕</button>