YevgeniGitin / Angular-Shop-Exercise

0 stars 1 forks source link

Angular Comments #1

Open Ari-Shatunovsky opened 5 years ago

Ari-Shatunovsky commented 5 years ago
  1. Single quotes instead of double quotes in TS files.
  2. Use for of loop to iterate over array.
  3. let products: object[] why? It should have type Product[] instead. Use interface for Product in the same way you did for Category. But put them in separate file.
  4. Images are stretching.