TW-Elements Components don't working with Transloco #2302
-
Everything inside a tag with this transloco code <div *transloco="let t;" class="px-14"> doenst work properly, I want to use a date-picker component and it breaks, any help? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @matti011g, please describe your issue clearly, and add details about it - provide a snippet of your code, configuration and content of your error messages if there are any. |
Beta Was this translation helpful? Give feedback.
-
Hi @iprzybysz, i'm working with angular 16, and using "@ngneat/transloco": "^6.0.0" for translations, and I don't have any error message but every component I use inside this tag <div *transloco="let t;" > breaks, I already did the test by moving the component outside the tag and it works |
Beta Was this translation helpful? Give feedback.
-
I found the solution, its declare trnasloco inside the tag directly like this : {{ "checkout.choose-date.title-1" | transloco }} |
Beta Was this translation helpful? Give feedback.
I found the solution, its declare trnasloco inside the tag directly like this :
{{ "checkout.choose-date.title-1" | transloco }}