Farata / angular2typescript

Code samples from the book Angular 2 Development with TypeScript
MIT License
440 stars 270 forks source link

List 5.4 name of ngFormControl should be "searchInput" instead of "search" #24

Closed yanyu0517 closed 7 years ago

yanyu0517 commented 7 years ago

In Charter 5 list 5.4,The second bold notes says :

This <input> element is represented by the ngFormControl named **search**.

Should says "This element is represented by the ngFormControl named searchInput."

yfain commented 7 years ago

Thank you for your comment. I'll add this to the next version of the Errata page.