Angular - Internationalization and Accessibility
Given this Angular template snippet:
What will be the output if
<h1 i18n>Hello, {{ userName }}!</h1>What will be the output if
userName = 'Anna' and the app is running in English locale?