Angular - Internationalization and Accessibility
You want to mark multiple pieces of text in an Angular template for translation, each with a unique description. Which approach correctly applies this?
i18n="@@description" to add unique descriptions for each translatable text.This is the intro paragraph.
correctly usesi18n="@@headerDesc" and i18n="@@introDesc". This is the intro paragraph.
uses invalidi18n-desc. This is the intro paragraph.
misses @@ prefix.This is the intro paragraph.
uses plain text instead of description keys.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions