We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3592fc commit 65bc584Copy full SHA for 65bc584
1 file changed
src/pages/register/register.html
@@ -26,7 +26,7 @@
26
</strong><p>
27
</div>
28
<form class="form" [formGroup]='validate' (ngSubmit)='regform()'>
29
- <input class="input" type="text" #first placeholder="First Name" formControlName='first'> <br>
+ <ion-input class="input" type="text" #first placeholder="First Name" formControlName='first'></ion-input> <br>
30
<input class="input" type="text" #last placeholder="Last Name" formControlName='last'> <br>
31
<input class="input" type="email" #email placeholder="Email Address" formControlName='email'> <br>
32
<input class="input" type="password" #pass placeholder="Password" formControlName='password'> <br>
0 commit comments