New to Kendo UI for Angular? Start a free 30-day trial
DialogContentBase
Updated on Jun 25, 2026
Serves as the base class for a component provided as Dialog content through the content property.
(See example).
ts
@Component({ ... })
export class UserInfoComponent extends DialogContentBase {
constructor(public dialog: DialogRef) {
super(dialog);
}
}
Constructors
DialogContentBase
(dialog: DialogRef)
Parameters
dialog