0

I am working on an angular6 project tried to add a signature pad but after installing the package npm install @ng-plus/signature-pad --save the error message is showing

enter image description here

ERROR in ./src/app/app.module.ts
Module not found: Error: Can't resolve '@ng-plus/signature-pad' in '..\src\app'

enter image description here Please help me to solve the issue or suggest a signature pad which one working for the angular6 project.

imjayabal
  • 805
  • 1
  • 12
  • 24
  • seems this question has been raised by a few here, and there's no accepted answer yet. as suggested by here https://stackoverflow.com/a/53833549/5538819 you can try `angular2-signaturepad` instead. – Sanira Nimantha Oct 15 '21 at 09:00

1 Answers1

0

It should be a version problem. Try using 0.0.5

vueAng
  • 415
  • 2
  • 7