Farata / angular2typescript

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

Wrong result of code running in A.8.3 #30

Open yanyu0517 opened 7 years ago

yanyu0517 commented 7 years ago

In A.8.3,This code produces the following output:

Getting customers
Getting orders for undefined
["John Smith","Order 123"]

I think the result should be

Getting customers
 ["John Smith","Found the order 123 for undefined"]

I even can't find the sentence:"Getting orders for " in this book