Represents the NgModule definition for the SmartPasteButton component.
The module is meant for backward compatibility. For new applications, use the standalone SmartPasteButton component.
Definition
Package:@progress/kendo-angular-buttons
Syntax:
ts
import { SmartPasteButtonModule } from '@progress/kendo-angular-buttons';
_@NgModule({
imports: [SmartPasteButtonModule]
})
export class AppModule {}