update profile page
This commit is contained in:
@@ -24,37 +24,41 @@
|
||||
</div>
|
||||
|
||||
<ion-item lines="none">
|
||||
<ion-input type="text" placeholder="Jaydeep Hirani"></ion-input>
|
||||
<ion-input type="text" maxlength="15" placeholder="Firstname" [(ngModel)]='firstname' ></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<ion-item lines="none">
|
||||
<ion-input type="text" placeholder="12/08/1998"></ion-input>
|
||||
<ion-input type="text" maxlength="25" placeholder="lastname" [(ngModel)]='lastname' ></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<ion-item lines="none">
|
||||
<ion-input type="text" placeholder="jaydeephirani@initappz.com"></ion-input>
|
||||
<ion-input type="text" maxlength="25" placeholder="email" [(ngModel)]='email' ></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<div class="flex">
|
||||
<ion-label>India</ion-label>
|
||||
<ion-icon name="caret-down-outline"></ion-icon>
|
||||
</div>
|
||||
<!-- <ion-item lines="none">-->
|
||||
<!-- <ion-input type="text" placeholder="jaydeephirani@initappz.com"></ion-input>-->
|
||||
<!-- </ion-item>-->
|
||||
|
||||
<!-- <div class="flex">-->
|
||||
<!-- <ion-label>India</ion-label>-->
|
||||
<!-- <ion-icon name="caret-down-outline"></ion-icon>-->
|
||||
<!-- </div>-->
|
||||
|
||||
|
||||
<ion-item lines="none">
|
||||
<ion-input type="text" placeholder="+91 8190908181"></ion-input>
|
||||
</ion-item>
|
||||
<!-- <ion-item lines="none">-->
|
||||
<!-- <ion-input type="text" placeholder="+91 8190908181"></ion-input>-->
|
||||
<!-- </ion-item>-->
|
||||
|
||||
|
||||
<div class="flex">
|
||||
<ion-label>Male</ion-label>
|
||||
<ion-icon name="caret-down-outline"></ion-icon>
|
||||
</div>
|
||||
<!-- <div class="flex">-->
|
||||
<!-- <ion-label>Male</ion-label>-->
|
||||
<!-- <ion-icon name="caret-down-outline"></ion-icon>-->
|
||||
<!-- </div>-->
|
||||
|
||||
<div class="flex" style="margin-top: 20px;">
|
||||
<ion-label>Student</ion-label>
|
||||
<ion-icon name="caret-down-outline"></ion-icon>
|
||||
</div>
|
||||
<!-- <div class="flex" style="margin-top: 20px;">-->
|
||||
<!-- <ion-label>Student</ion-label>-->
|
||||
<!-- <ion-icon name="caret-down-outline"></ion-icon>-->
|
||||
<!-- </div>-->
|
||||
</ion-content>
|
||||
|
||||
<ion-footer>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NavController } from '@ionic/angular';
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import {Component, OnInit, ViewChild} from '@angular/core';
|
||||
import { SessionDataProviderService } from 'src/app/store/session-data-provider.service';
|
||||
|
||||
|
||||
@@ -10,6 +10,10 @@ import { SessionDataProviderService } from 'src/app/store/session-data-provider.
|
||||
})
|
||||
export class EditProfilePage implements OnInit {
|
||||
|
||||
// @ViewChild('firstname') firstname;
|
||||
// @ViewChild('lastname') lastname;
|
||||
// @ViewChild('reset_pin') reset_pin;
|
||||
|
||||
constructor(
|
||||
private navctr: NavController,
|
||||
public sessionDataProviderService:SessionDataProviderService
|
||||
|
||||
@@ -7,7 +7,7 @@ ion-header {
|
||||
ion-content {
|
||||
.page_logo{
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
.welcome_lbl {
|
||||
font-size: 32px;
|
||||
|
||||
@@ -4,7 +4,7 @@ ion-content {
|
||||
}
|
||||
.page_logo{
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
margin-top: 30px;
|
||||
// background-color: red;
|
||||
}
|
||||
.simp_lbl {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
ion-content {
|
||||
.page_logo{
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
margin-top: 30px;
|
||||
// background-color: red;
|
||||
}
|
||||
.simp_lbl {
|
||||
|
||||
Reference in New Issue
Block a user