<ng-container *transloco='let t'> | |
{{ t('containers') }} | |
</ng-container> | |
<br> | |
<ng-container *transloco='let t; lang: "ru"'> | |
{{ t('containers') }} | |
</ng-container> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment