Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created December 27, 2018 17: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 bodrovis/03372d0c239ef889bb4b2d49e2b04639 to your computer and use it in GitHub Desktop.
Save bodrovis/03372d0c239ef889bb4b2d49e2b04639 to your computer and use it in GitHub Desktop.
<ion-header>
<!-- other stuff -->
</ion-header>
<ion-content>
<ion-card class="welcome-card">
<!-- other stuff -->
<ion-card-content>
<p>{{someProperty}}</p> <!-- add this -->
<p translate [translateParams]="{ lang: language }">tab1.invite</p> <!-- add this -->
<!-- other stuff -->
</ion-card-content>
</ion-card>
</ion-content>
<!-- other stuff -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment