Options
All
  • Public
  • Public/Protected
  • All
Menu

Toggle password form field input visibility

Hierarchy

  • PasswordToggleDirective

Index

Constructors

Properties

Methods

Constructors

constructor

  • Handle click events on the html element.

    Parameters

    • elementRef: ElementRef<any>

      A wrapper around a native element inside of a View.

    • renderer: Renderer2

      Extend this base class to implement custom rendering.

    Returns PasswordToggleDirective

Properties

iconId

iconId: string

The password form field icon id

id

id: string

The password form field id

Methods

togglePasswordVisibility

  • togglePasswordVisibility(): void
  • Toggle the visibility of the password input field value and accompanying icon.

    Returns void

Generated using TypeDoc