Home

Awesome

Angular2-SignaturePad Demo

This project was generated with Angular CLI version 1.0.0-rc.2.

Live Demo

http://lathonez.com/angular2-signaturepad-demo/

Overview

This is a reference implementation of angular2-signaturepad:

  1. Import SignaturePadModule into the app's main NgModule
  2. Create a form component to act as a ControlValueAccessor for the SignaturePad
  3. Add a form to the main app component, leveraging the form component created above.

Run

npm install && npm start