<h3 align="center">
<img src="https://ngx-plus.github.io/ngx-logos/png/ngx-logo-lightblue.png"/>

```console
@ngx-plus/ngx-forms
```

</h3>

* * *

<h2 align="center">
  <a href="https://ngx-plus-slack.now.sh/">
    <img src="https://ngx-plus-slack.now.sh/badge.svg" />
  </a>
  <a href="https://www.npmjs.com/package/@ngx-plus/ngx-forms">
    <img src="https://img.shields.io/npm/v/@ngx-plus/ngx-forms.svg?maxAge=2592000?style=plastic" />
  </a>
  <a href="https://ngx-plus.github.io/ngx-forms/">
    <img src="https://img.shields.io/badge/demo-online-61B5D9.svg" />
  </a>
  <a href="https://travis-ci.org/ngx-plus/ngx-forms">
    <img src="https://travis-ci.org/ngx-plus/ngx-forms.svg?branch=master" />
  </a>
  <a href="https://coveralls.io/github/ngx-plus/ngx-forms?branch=master">
    <img src="https://coveralls.io/repos/github/ngx-plus/ngx-forms/badge.svg?branch=master" />
  </a>
  <a href="#contributors">
    <img src="https://img.shields.io/badge/contributors-2-orange.svg" />
  </a>
</h2>

## Demo & Docs

> <https://ngx-plus.github.io/ngx-forms/>

## Development / Contributing

### Global Install

```console
npm install -g lerna @angular/cli
```

### Clone Repo

```console
git clone https://github.com/ngx-plus/ngx-forms.git
```

### Local Install

> `cd ngx-forms` and install project dependencies

```console
npm install
```

### Lerna Bootstrap

> This will bootstrap the packages in the ngx-forms repo, installing all of their dependencies and linking any cross-dependencies.  After running this command, the demo will use the local version of ngx-forms for development.

```console
lerna bootstrap
```

### Watch Mode

> This will watch the ngx-forms files and rebuild on changes.

```console
npm run watch
```

### Dev Mode

> This will fire up a live-reload dev server for the demo.

```console
npm run dev
```

## Contributors

> Many thanks to these awesome contributors!

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->

| [<img src="https://avatars1.githubusercontent.com/u/6089253?v=4" width="100px;"/><br /><sub>Brannon N. Darby II</sub>](https://github.com/brannon-darby)<br />[💻](https://github.com/ngx-plus/ngx-forms/commits?author=brannon-darby "Code") | [<img src="https://avatars3.githubusercontent.com/u/36491?v=4" width="100px;"/><br /><sub>Bram Borggreve</sub>](http://colmena.io/)<br />[💻](https://github.com/ngx-plus/ngx-forms/commits?author=beeman "Code") |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |

<!-- ALL-CONTRIBUTORS-LIST:END -->

> This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!
