CustomDetailComponentConfig
CustomDetailComponentConfig
Configures a CustomDetailComponent to be placed in the given location.
Signature
interface CustomDetailComponentConfig {
    locationId: CustomDetailComponentLocationId;
    component: Type<CustomDetailComponent>;
    providers?: Provider[];
}