Skip to content

Commit a18c430

Browse files
authored
Merge pull request #114 from hossein13m/develop
Enhance documentation
2 parents 2ac60b4 + 06d897c commit a18c430

File tree

7 files changed

+41
-11
lines changed

7 files changed

+41
-11
lines changed

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
AG-FormBuilder is an Angular library for creating dynamic forms and interacting with them.
44

5+
#Here is an image of AG-Form Builder
6+
![AG Form Builder](./projects/ag-form-builder-demo/src/assets/images/ag-form-builder.png)
7+
8+
9+
##Here is an image of AG-Form Viewer
10+
![AG Form Builder](./projects/ag-form-builder-demo/src/assets/images/ag-form-viewer.png)
11+
12+
## Working Demo
13+
14+
You can find a working demo [here](https://www.ag-form-builder.hmousavi.dev).
15+
Feel free to work with it and try it out.
16+
Make sure to check your console for the output once you want to save the form to get the data structure of ag-form builder/viewer
17+
18+
519
## Installation
620

721
Use the package manager NPM to install AG-FormBuilder.
@@ -45,9 +59,7 @@ then you can use it in your template like bellow:
4559
<lib-ag-form-viewer [formInfo]="mockForm" (emittedFormViewerInfo)="handleFormViewerInfo($event)"></lib-ag-form-viewer>
4660
```
4761

48-
## Working Demo
4962

50-
You can find a working demo [here](https://www.ag-form-builder.hmousavi.dev).
5163

5264
## Contributing
5365

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ag-form-builder",
3-
"version": "0.0.3-beta.16",
3+
"version": "0.0.3-beta.17",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -65,10 +65,13 @@
6565
"typeScript",
6666
"angular"
6767
],
68-
"author": "Hossein Mousavi <dev.hosseinmousavi.com> (https://hmousavi.dev/)",
68+
"author": "Hossein Mousavi <[email protected]> (https://hmousavi.dev/)",
69+
"contributors": [
70+
"Joe <[email protected]> (https://whatever.com)"
71+
],
6972
"license": "MIT",
7073
"bugs": {
7174
"url": "https://github.com/hossein13m/angular-form-builder/issues"
7275
},
73-
"homepage": "https://github.com/hossein13m/angular-form-builder#readme"
76+
"homepage": "https://www.ag-form-builder.hmousavi.dev/"
7477
}
Loading
Loading

projects/ag-form-builder/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
AG-FormBuilder is an Angular library for creating dynamic forms and interacting with them.
44

5+
#Here is an image of AG-Form Builder
6+
![AG Form Builder](../../projects/ag-form-builder-demo/src/assets/images/ag-form-builder.png)
7+
8+
9+
##Here is an image of AG-Form Viewer
10+
![AG Form Builder](../../projects/ag-form-builder-demo/src/assets/images/ag-form-viewer.png)
11+
12+
## Working Demo
13+
14+
You can find a working demo [here](https://www.ag-form-builder.hmousavi.dev).
15+
Feel free to work with it and try it out.
16+
Make sure to check your console for the output once you want to save the form to get the data structure of ag-form builder/viewer
17+
18+
519
## Installation
620

721
Use the package manager NPM to install AG-FormBuilder.
@@ -45,9 +59,7 @@ then you can use it in your template like bellow:
4559
<lib-ag-form-viewer [formInfo]="mockForm" (emittedFormViewerInfo)="handleFormViewerInfo($event)"></lib-ag-form-viewer>
4660
```
4761

48-
## Working Demo
4962

50-
You can find a working demo [here](https://www.ag-form-builder.hmousavi.dev/).
5163

5264
## Contributing
5365

projects/ag-form-builder/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@
1919
"typeScript",
2020
"angular"
2121
],
22-
"author": "Hossein Mousavi <dev.hosseinmousavi.com> (https://hmousavi.dev/)",
22+
"author": "Hossein Mousavi <[email protected]> (https://hmousavi.dev/)",
23+
"contributors": [
24+
"Joe <[email protected]> (https://whatever.com)"
25+
],
2326
"license": "MIT",
2427
"bugs": {
2528
"url": "https://github.com/hossein13m/angular-form-builder/issues"
2629
},
27-
"homepage": "https://github.com/hossein13m/angular-form-builder#readme"
30+
"homepage": "https://www.ag-form-builder.hmousavi.dev/"
2831
}

0 commit comments

Comments
 (0)