KENDO_SMARTPASTEBUTTON
Constant
Use the KENDO_SMARTPASTEBUTTON utility array to add all SmartPasteButton-related components and directives to a standalone Angular component.
Definition
Package:@progress/kendo-angular-buttons
Syntax:
TS
@Component({
standalone: true,
imports: [KENDO_SMARTPASTEBUTTON],
// ...
})
export class MyComponent {}