New to Kendo UI for AngularStart a free 30-day trial

Serves as the base class for a component provided as Dialog content through the content property. (See example).

Definition

Package:@progress/kendo-angular-dialog

Syntax:

ts
@Component({ ... })
export class UserInfoComponent extends DialogContentBase {
  constructor(public dialog: DialogRef) {
    super(dialog);
  }
}
In this article
Definition
Not finding the help you need?
Contact Support