Posts

Showing posts from January 3, 2019

Two way Binding syntax In Angular

Component.html Double curly braces are used two way Binding in Angular 7 {{......}} Eg- <table> <tr> <td>{{SUDAM}}</td> </tr>

how to add proxy file in Angular 7

Package.json "start": " ng-server. ---proxy-config proxy-config.json"(proxy file name) Proxy.config.json { "/api:"/{ "traget": "url", "secure": false } }

inspiration

Today something awesome today...

Popular posts from this blog

String Program in C#

CSV using XmlNode

Controller_Model. cs