This project was generated with Angular CLI version 9.0.2.
ng new A9SignaturePad
npm install --save signature_pad
import SignaturePad from 'signature_pad';
this.signaturePad = new SignaturePad(this.signaturePadElement.nativeElement);
<canvas #sPad width="900" height="600" style="touch-action: none;"></canvas>