Question: What is the value type that will be stored in the headerText template reference variable in this markup?

  1. an Angular ElementRef, a wrapper around a native element
  2. the inner text of the `

    ` element

  3. a header component class
  4. the native DOM element type of HTMLHeadingElement

Answer: The correct answer of the above question is Option A:an Angular ElementRef, a wrapper around a native element