Skip to content

Instantly share code, notes, and snippets.

@vanckruz
Created November 7, 2016 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanckruz/a6ec505d5ad07fbdfee3e999018485ca to your computer and use it in GitHub Desktop.
Save vanckruz/a6ec505d5ad07fbdfee3e999018485ca to your computer and use it in GitHub Desktop.
la vista es esta:
<ion-header>
<ion-navbar>
<ion-title>Profile</ion-title>
</ion-navbar>
</ion-header>
<ion-content padding>
<ion-card>
<div class="image_center">
<img [src]="userProfile.picUser">
</div>
<ion-card-content *ngIf="userProfile != undefined || userProfile != null ">
<h1>{{ userProfile.firstName }} {{ userProfile.lastName }}</h1>
<div class="header_primary">
Interest
</div>
</ion-card-content>
</ion-card>
</ion-content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment