This is an Angular project for creating dynamic forms. The forms are rendered based on a JSON configuration that contains the information for each field. This project utilizes the Form.io Angular library. Please note that this project uses Angular 11 and is no longer maintained or supported.
To get started, clone the repository and install the necessary dependencies:
git clone https://github.com/yourusername/dynamic-forms.git
cd dynamic-forms
npm install
npm install -g @angular/cli
ng serve