A
Anonymous
Order Card Component - Copy this Angular, Css Component to your project
Export interface OrderCard { branchname: string; customer: string; deliverydate: string; id: number; orderdate: string; orderstatus: boolean; ordertables: string; } i have list of this dto and i want to make it look good on card layout and make it responsive so it looks good on pc and mobile both and use grid layout. make cards of this dto and show list of these cards
Prompt
