Ionic 7 beta label prop problem

the new label prop when the pipe translate of TranslateService is used :
label=“{{ ‘partners-coupons.description’ | translate }}:” is rendered only the first time. The second time when we render the view the label is empty.
When the value of the label changes , the first time the label is ok but the second time is empty again.

1 Like