i am using the version for angular. I wanted to know if there is any way to insert password visibility toggle button in the input field like this example https://preview.keenthemes.com/metronic8/demo1/authentication/extended/free-trial-sign-up.html
I think you can copy HTML make-up from the HTML version into the Angular version and it will look the same (all styles from the HTML are included in the Angular version also). Regarding functionality, you can switch input type from 'password' to 'text' via Angular.