
# ng2-formobject
[![Build Status](https://travis-ci.org/haiko/ng2-formobject.svg?branch=master)](https://travis-ci.org/haiko/ng2-formobject)
[![Coverage Status](https://coveralls.io/repos/github/haiko/ng2-formobject/badge.svg?branch=master)](https://coveralls.io/github/haiko/ng2-formobject?branch=master)
[![peerDependency Status](https://david-dm.org/haiko/ng2-formobject/peer-status.svg)](https://david-dm.org/haiko/ng2-formobject#info=peerDependencies)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](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...


