MM
Matt Morrison
Banner Edit Panel - Copy this Angular, Css Component to your project
Create a material form to support editing the following model export interface HeroBannerModel { heroBannerId: number; image: string; legacy: string; enabled: boolean; title: string; subtitle: string; priceCircleEnabled: boolean; priceCircleTitle: string; priceCirclePrice: string; priceCirclePricePence: string; priceCircleLabel: string; }
Prompt
