Created
February 13, 2019 13:09
-
-
Save lizzymendivil/67e0384a36a59955dd156e79a40f2866 to your computer and use it in GitHub Desktop.
ngx-translate-app.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="mr-5 mb-5 d-flex justify-content-end"> | |
<button class="mr-2 btn bg-danger text-white text-uppercase" (click)="switchLanguage('en')">{{ 'demo.english' | translate | |
}}</button> | |
<button class="btn bg-danger text-white text-uppercase" (click)="switchLanguage('es')">{{ 'demo.spanish' | translate }}</button> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment