Password Visibility

We are using angular, and have a simple question, is there a property or something to allow the password to be visible when the user is creating a new account or also on other screens where they are going to change a password.
I'm talking about the little eye option one typically can see on many sites these days for passwords.

image

Hi @BillP

There is no such functionality available in our Angular password component. I guess you can provide it with an external button that will switch visibility of the password component and regular text box.

Thanks we did create our own as similar to your advice.