I am working in my Ionic 4 project and I have added the ion-avatar but it is not coming in the center of the
This is my editprofile.page.html:
<ion-item class="newitem2">
<ion-avatar>
<img name="profile_pic" [src]="this.userdetailsedit.value.profile_pic"/>
</ion-avatar>
</ion-item>
Any help is much appreciated.