MM
Matt Morrison
Article Edit Panel - Copy this Angular, Css Component to your project
Create a material form to support editing the following model export interface Article { articleId: number; title: string; content: string; authorId: number; categoryId: number; pageTypeId: number; active: boolean; scheduledPublishDate: string; scheduledArchiveDate: string; articleTemplate: string; previewContent: string; articleImage: string; cssClassName: string; }
Prompt
