I know Angular2 doesn\'t have two-way data binding but is there a way to mimick the two-way data binding behavior from Angular1.x?
You can now simply do this by using ngModel using the following syntax:
The combination of the square and round brackets means "two-way binding".
Please see the plunk here