Example of Template Driven in Angular AutoComplete Component

This sample demonstrates the template driven form support of the AutoComplete.  You can choose an item or type a value in the Autocomplete. Both values goes into the ng models. 

Properties
Selected Book:
Buyer Name:
Buyer Mail ID:
Description

The AutoComplete will be registered with an NgForm directive with bind [(ngModel)] and name attributes. Then you can confirm that two-way data binding will works.

For more information about Template Driven Forms forms can be found in this reference link.