1.

What happens when the following code is encountered by Angular?

Answer»

What happens when the following code is ENCOUNTERED by Angular?
< tr>
< td id="tableData4" colspan={{2 * 2}}>
< /td>
< /tr>`
Choose the correct option from below list
(1)None of the options
(2)The < td> colspan is set to empty VALUE
(3)A template parse error is thrown since colspan is a native HTML ATTRIBUTE
(4)The < td > colspan is set to '4' since Angular EVALUATES the interpolated expression

Answer:-(3)A template parse error is thrown since colspan is a native HTML attribute



Discussion

No Comment Found