Skip to content

sanreinoso/Formio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Forms Project

Description

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.

Installation

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

Usage

ng serve