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?

  1. `

    {{ titleText }}

    `
  2. `

    {{ titleText }}

    `
  3. `

    {{ titleText }}

    `
  4. `

    {{ titleText }}

    `

Answer: The correct answer of the above question is Option C:`

{{ titleText }}

`