Skip to content

Instantly share code, notes, and snippets.

@wgbn
Last active August 23, 2019 18:32
Show Gist options
  • Select an option

  • Save wgbn/33ae3873b4fc0a862fcd1526f41b7bb7 to your computer and use it in GitHub Desktop.

Select an option

Save wgbn/33ae3873b4fc0a862fcd1526f41b7bb7 to your computer and use it in GitHub Desktop.
<ng-container *transloco="let t">
<ion-list-header color="medium">
<ion-label>{{t.languages}}</ion-label>
</ion-list-header>
<ion-item (click)="setLang('pt-PT')">
<ion-label>{{t.langPt}}</ion-label>
</ion-item>
<ion-item (click)="setLang('pt-BR')">
<ion-label>{{t.langBr}}</ion-label>
</ion-item>
<ion-item (click)="setLang('en')">
<ion-label>{{t.langEn}}</ion-label>
</ion-item>
<ion-item (click)="setLang('es')">
<ion-label>{{t.langEs}}</ion-label>
</ion-item>
</ng-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment