formBuilder icon indicating copy to clipboard operation
formBuilder copied to clipboard

Replace Angular 2/4 link with example

Open KhaledSMQ opened this issue 5 years ago • 2 comments

Description:

Remove the link Angular 2/4 Version this repository created to solve NgZone events problem. and now as i mention in #524 with example https://stackblitz.com/edit/angular-ngformbuilder you can use formBuilder without third part directly with angular.

If you would like i can create separate example repository using angular 7.

KhaledSMQ avatar Mar 31 '19 19:03 KhaledSMQ

@KhaledSMQ That would be great! Then we can update the docs with the Angular 7 demo as well.

kevinchappell avatar Apr 02 '19 18:04 kevinchappell

@KhaledSMQ @kevinchappell It is working perfectly with Angular 8.0. That's excellent!!. Thank you, both of you :). How do we get JSON Schema (form schema) in Angular Controller(so that we can save into database and load the later), after a click on the Save button?

Actually, I'm working on a project where the end-user can dynamically define a form/template (heading, text boxes, radio buttons, etc). Once the form/templates are defined, other users may load the form/templates (HTML form) and enter data into it and submit to the database.

harshalyelpale avatar Dec 26 '19 11:12 harshalyelpale