This project was generated with Angular CLI version 1.0.0-rc.2.
http://lathonez.com/angular2-signaturepad-demo/
This is a reference implementation of angular2-signaturepad:
- Import
SignaturePadModule
into the app's main NgModule - Create a form component to act as a ControlValueAccessor for the SignaturePad
- Add a form to the main app component, leveraging the form component created above.
npm install && npm start