Angular - Internationalization and Accessibility
Consider this Angular template snippet:
What will Angular do with this text during the build process when translations are provided?
<div i18n="alert|Warning message">Caution: High voltage!</div>
What will Angular do with this text during the build process when translations are provided?
