# Former

Former is an Angular library that provides a declarative way to generate complex forms based on primeng components.

## Usage

See demo application for usage

## Development

- Build the library in watch mode

```
cd former
npm run build-lib
```

- Run the demo application

```
npm run start
```
