KENDO_SIGNATURE
Constant
Use the KENDO_SIGNATURE utility array to add all Signature-related components and directives to a standalone Angular component.
Definition
Package:@progress/kendo-angular-inputs
Syntax:
TS
import { KENDO_SIGNATURE } from '@progress/kendo-angular-inputs';
@Component({
standalone: true,
imports: [KENDO_SIGNATURE],
template: `<kendo-signature></kendo-signature>`
})
export class MyComponent {}