Two way Binding syntax In Angular


  • Component.html



  1. Double curly braces are used two way Binding in Angular 7


{{......}}

Eg-
<table>
<tr>
<td>{{SUDAM}}</td>
</tr>

Comments

Popular posts from this blog

String Program in C#

CSV using XmlNode

Extension Method & Partial Class