We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"cordova-android": "^6.4.0", "@ionic/angular": "^5.2.2", "@ionic-native/keyboard": "^5.26.0",``` ```<ion-list> <ion-item> <ion-label position="fixed"> <ion-icon slot="start" color="primary" name="person"></ion-icon> 账号 </ion-label> <ion-input placeholder="请输入账号" [(ngModel)]="user.name"></ion-input> </ion-item> <ion-item> <ion-label position="fixed"> <ion-icon slot="start" color="primary" name="lock-closed"></ion-icon> 密码 </ion-label> <ion-input type="password" placeholder="请输入密码" [(ngModel)]="user.pwd"></ion-input> </ion-item> </ion-list>```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: