Software engineer. Been developing C/C++/C# embedded and Windows software for more than 15 years.
Currently working with .Net 4.6 Windows applications in C# 6.0
Get notified when a new post is published.
To atrive 2-way binding i Angular, declare a var in the component.ts file:
public customerName: string;
And bind to it the .html file:
<input [(ngModel)]="customerName" [ngModelOptions]="{standalone: true}">