New to Kendo UI for Angular? Start a free 30-day trial
SmartPasteButtonModule
Updated on Feb 6, 2026
Represents the NgModule definition for the SmartPasteButton component.
The module is meant for backward compatibility. For new applications, use the standalone SmartPasteButton component.
ts
import { SmartPasteButtonModule } from '@progress/kendo-angular-buttons';
@NgModule({
imports: [SmartPasteButtonModule]
})
export class AppModule {}