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
Component Preview

About

Order Card Component - Display order details like branch name, customer, and status in a responsive grid layout. Built with Angular an. Download free code!

Share

Last updated 1 month ago