We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7a7f9 commit 6beddcfCopy full SHA for 6beddcf
demo/src/app/home/home.component.html
@@ -141,9 +141,9 @@ <h1>
141
<!--password input filed-->
142
<mat-form-field appearance="outline" [color]="passwordComponentWithValidation.color" style="width: 100%">
143
<mat-label>Password</mat-label>
144
- <mat-pass-toggle-visibility #toggle matSuffix></mat-pass-toggle-visibility>
+ <mat-pass-toggle-visibility #toggle2 matSuffix></mat-pass-toggle-visibility>
145
<input matInput #passwordWithValidation
146
- [type]="toggle.type"
+ [type]="toggle2.type"
147
required
148
[formControl]="passwordComponentWithValidation.passwordFormControl"
149
placeholder="Password">
0 commit comments