HomeVendure CoreShow hidden breadcrumbs...Custom Detail ComponentsCustomDetailComponentOn this pageCustomDetailComponent@vendure/admin-uiSource CustomDetailComponents allow any arbitrary Angular components to be embedded in entity detail pages of the Admin UI. Signatureinterface CustomDetailComponent { entity$: Observable<any>; detailForm: UntypedFormGroup;} entity$propertyObservable<any>detailFormpropertyUntypedFormGroupWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousCustom Detail ComponentsNextCustomDetailComponentConfigEdited Jan 28, 2026ยทEdit this page