Skip to main content

CustomDetailComponent

CustomDetailComponents allow any arbitrary Angular components to be embedded in entity detail pages of the Admin UI.

Signature
interface CustomDetailComponent {    entity$: Observable<any>;    detailForm: UntypedFormGroup;}

entity$

propertyObservable<any>

detailForm

propertyUntypedFormGroup
Was this chapter helpful?
Report Issue
Edited Feb 2, 2026·Edit this page