Skip to content

Commit f146c84

Browse files
authored
Updated read me file
1 parent 78f7702 commit f146c84

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

README.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,37 @@
1-
# getting-started-with-the-angular-signature-pad-component
1+
# Getting Started with the Angular Signature Pad Component
2+
23
A quick start Angular project that shows how to add Angular Signature Pad component to the Angular App. This project also includes a code snippet to change the stroke width, color, and add a background color and image to the signature pad, and how to save and clear the signature.
4+
5+
Examples: https://ej2.syncfusion.com/angular/demos/#/material/signature/default
6+
7+
Documentation: https://ej2.syncfusion.com/angular/documentation/signature/getting-started/
8+
9+
10+
# Project pre-requisites
11+
12+
Make sure that you have the compatible versions of TypeScript and Angular in your machine before starting to work on this project.
13+
14+
Angular 4+
15+
16+
TypeScript 2.6+
17+
18+
# How to run this application?
19+
20+
To run this application, you need to first clone the getting-started-with-the-angular-signature-pad-component repository and then navigate to its appropriate path where it has been in your system.
21+
22+
To do so, open the command prompt and run the below commands one after the other.
23+
24+
git clone dialog-example
25+
26+
cd dialog-example
27+
28+
# Installing
29+
30+
Once done with downloading, next you need to install the necessary packages required to run this application locally. The npm install command will install all the needed angular packages into your current project and to do so, run the below command.
31+
32+
npm install
33+
34+
# Running on development server
35+
36+
Run ng serve command for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
37+

0 commit comments

Comments
 (0)