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
Yes, but you need to render the content as html e.g. <div [innerHTML]="'Alert Count <strong>{count}</strong>' | translate: {count: 4}"></div>. For some HTML tags you might also need to use/bypass the DomSanitizer.
{{ 'Alert Count <strong>{count}</strong>' | translate: {count: 4} }}
The text was updated successfully, but these errors were encountered: