What is the correct way to deal with texts that contain icons (or other arbitrary HTML that must not be translated) in Angular i18n? E.g.: Allow alert <mat-icon>toggle_on</mat-icon> to modify the settings. Is there away to let Angular just mark it with some placeholder, that is not translated? Continue reading...