Skip to content

Commit 65bc584

Browse files
committed
added form group and form controls
1 parent d3592fc commit 65bc584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/register/register.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</strong><p>
2727
</div>
2828
<form class="form" [formGroup]='validate' (ngSubmit)='regform()'>
29-
<input class="input" type="text" #first placeholder="First Name" formControlName='first'> <br>
29+
<ion-input class="input" type="text" #first placeholder="First Name" formControlName='first'></ion-input> <br>
3030
<input class="input" type="text" #last placeholder="Last Name" formControlName='last'> <br>
3131
<input class="input" type="email" #email placeholder="Email Address" formControlName='email'> <br>
3232
<input class="input" type="password" #pass placeholder="Password" formControlName='password'> <br>

0 commit comments

Comments
 (0)