Angular - Components
How do you correctly define an inline template within an Angular component decorator?
template, which accepts a string or template literal.template with backticks for multi-line HTML, which is valid.templateUrl which is for external templates, not inline.= inside the decorator, which is invalid.templateFile.template property with string literals [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions