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

Defines the NgModule for the Signature component.

Use this module to add the Signature component to your NgModule-based Angular application.

Definition

Package:@progress/kendo-angular-inputs

Syntax:

TS
import { SignatureModule } from '@progress/kendo-angular-inputs';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';

@NgModule({
    declarations: [AppComponent],
    imports:      [BrowserModule, SignatureModule],
    bootstrap:    [AppComponent]
})
export class AppModule {}
In this article
Definition
Not finding the help you need?
Contact Support