ng2-formobject
Version:
Create forms from objects with Angular2
24 lines (14 loc) • 859 B
Markdown
# ng2-formobject
[](https://travis-ci.org/haiko/ng2-formobject)
[](https://coveralls.io/github/haiko/ng2-formobject?branch=master)
[](https://david-dm.org/haiko/ng2-formobject#info=peerDependencies)
[](https://raw.githubusercontent.com/haiko/ng2-formobject/master/LICENSE)
Create Angular2 Forms from Objects
* [Installation](#installation)
## Installation
First you need to install the npm module:
```sh
npm install ng2-formobject --save
```
## Usage
Create an object and feed to FormObjectBuilder. Then in your template...