Single quotes instead of double quotes in TS files.
Use for of loop to iterate over array.
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.