Angular - Internationalization and Accessibility
What will be the effect of this Angular template code on screen readers?
<input type="text" aria-describedby="emailHelp" /> <small id="emailHelp">Enter your email address</small>
