mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
@ -54,7 +54,7 @@
|
|||||||
</ion-list>
|
</ion-list>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<form (ngSubmit)="submit($event, user)" #lf="ngForm">
|
<form [formGroup]="loginForm" (ngSubmit)="submit($event, user)" #lf="ngForm">
|
||||||
<ion-list>
|
<ion-list>
|
||||||
<ion-item>
|
<ion-item>
|
||||||
<ion-label floating>Username</ion-label>
|
<ion-label floating>Username</ion-label>
|
||||||
|
Reference in New Issue
Block a user