I have a simple generic component in Angular which receives a list of strings and creates a radio group for these strings:
Angular
@Component({ sele
In Angular 9 you can use global $localize function like this:
$localize
$localize`String to translate`
Great article on this: https://blog.ninja-squad.com/2019/12/10/angular-localize/