Farata / angular2typescript

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

search component.ts fix #25

Closed keyone closed 7 years ago

keyone commented 7 years ago

I had the following error when I run this project: search.component.ts (24,20): Property 'has' does not exist on type 'FormGroup'. I took your change from /extras/auction-angular-material/client/src/app/search/search.component.ts and now it works.

yfain commented 7 years ago

Thank you!