Clarity forms added the clrPassword
input for use in new Clarity forms.
If you are already using them and want to use a clrPassword
, one way to use it looks like this:
<clr-password-container>
<input clrPassword [(ngModel)]="model" />
</clr-password-container>