We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using the ngx-translate/core, how is possível translate the header and the placeholder?
The text was updated successfully, but these errors were encountered:
Inside component or service :
this.translate.instant(key);
(translate is an instance of TranslateService from @ngx-translate/core)
Just call this method when cols are declared ; for titles and placeholders.
To translate pagination inside component html :
<pagination *ngIf="config.paging" firstText="{{ 'yourTranslateKey' | translate }}" nextText="{{ 'yourTranslateKey' | translate }}" previousText="{{ 'yourTranslateKey' | translate }}" lastText="{{ 'yourTranslateKey' | translate }}" ...> </pagination>
Sorry, something went wrong.
No branches or pull requests
I am using the ngx-translate/core, how is possível translate the header and the placeholder?
The text was updated successfully, but these errors were encountered: