Skip to content

Commit

Permalink
Merge pull request #114 from hossein13m/develop
Browse files Browse the repository at this point in the history
Enhance documentation
  • Loading branch information
Hossein13M authored Mar 26, 2022
2 parents 2ac60b4 + 06d897c commit a18c430
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 11 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

#Here is an image of AG-Form Builder
![AG Form Builder](./projects/ag-form-builder-demo/src/assets/images/ag-form-builder.png)


##Here is an image of AG-Form Viewer
![AG Form Builder](./projects/ag-form-builder-demo/src/assets/images/ag-form-viewer.png)

## Working Demo

You can find a working demo [here](https://www.ag-form-builder.hmousavi.dev).
Feel free to work with it and try it out.
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


## Installation

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

## Working Demo

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

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-form-builder",
"version": "0.0.3-beta.16",
"version": "0.0.3-beta.17",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -65,10 +65,13 @@
"typeScript",
"angular"
],
"author": "Hossein Mousavi <dev.hosseinmousavi.com> (https://hmousavi.dev/)",
"author": "Hossein Mousavi <[email protected]> (https://hmousavi.dev/)",
"contributors": [
"Joe <[email protected]> (https://whatever.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hossein13m/angular-form-builder/issues"
},
"homepage": "https://github.com/hossein13m/angular-form-builder#readme"
"homepage": "https://www.ag-form-builder.hmousavi.dev/"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions projects/ag-form-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

#Here is an image of AG-Form Builder
![AG Form Builder](../../projects/ag-form-builder-demo/src/assets/images/ag-form-builder.png)


##Here is an image of AG-Form Viewer
![AG Form Builder](../../projects/ag-form-builder-demo/src/assets/images/ag-form-viewer.png)

## Working Demo

You can find a working demo [here](https://www.ag-form-builder.hmousavi.dev).
Feel free to work with it and try it out.
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


## Installation

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

## Working Demo

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

## Contributing

Expand Down
7 changes: 5 additions & 2 deletions projects/ag-form-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@
"typeScript",
"angular"
],
"author": "Hossein Mousavi <dev.hosseinmousavi.com> (https://hmousavi.dev/)",
"author": "Hossein Mousavi <[email protected]> (https://hmousavi.dev/)",
"contributors": [
"Joe <[email protected]> (https://whatever.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hossein13m/angular-form-builder/issues"
},
"homepage": "https://github.com/hossein13m/angular-form-builder#readme"
"homepage": "https://www.ag-form-builder.hmousavi.dev/"
}

0 comments on commit a18c430

Please sign in to comment.