Question: Based on the following component, what template syntax would you use to bind the TitleCardComponent's titleText field to the h1 element title property?
- `
{{ titleText }}
` - `
{{ titleText }}
` - `
{{ titleText }}
` - `
{{ titleText }}
`
Answer: The correct answer of the above question is Option C:`{{ titleText }}
`