You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been using Translation service in our Angular-v11 app. After recent upgrade to Angular 14, we are observing weird issue of InnerText was getting repeated/duplicated in html for span/div et.c elements.
Hi,
We have been using Translation service in our Angular-v11 app. After recent upgrade to Angular 14, we are observing weird issue of InnerText was getting repeated/duplicated in html for span/div et.c elements.
.html file contains
<div class="form-group"> <h2 translate="Passcode"> Passcode </h2> </div>
Sample code:
Angular 11: https://stackblitz.com/edit/angular-multilingual-translation-u99brr
Angular 14: https://stackblitz.com/edit/angular-multilingual-translation-5knupy
Angular11
Angular 14 (twice)
Your quick help is really appreciated.
Regards,
The text was updated successfully, but these errors were encountered: