@ngqp/core
Version:
50 lines (34 loc) • 1.77 kB
Markdown
[](https://travis-ci.org/TNG/ngqp)
[](https://www.npmjs.com/@ngqp/core)
[](https://codecov.io/gh/TNG/ngqp/)
[](https://conventionalcommits.org)
[](https://gitter.im/ngqp)
<p align="center">
<a href="https://ngqp.io">
<img width="auto" height="72" src="https://raw.githubusercontent.com/TNG/ngqp/master/logo.svg?sanitize=true" alt="ngqp logo">
</a>
</p>
<h3 align="center">ngqp</h3>
<p align="center">
Declaratively synchronize form controls with the URL
<br>
<a href="https://ngqp.io/#/docs"><strong>Documentation</strong></a>
</p>
## Description
ngqp makes it easy to synchronize form controls with query parameters in your URL by using a declarative approach. Examples
include pagination information or the current settings of filters in a data view. ngqp is designed to resemble the Forms API
from `@angular/forms`, making it intuitive to work with.
## Quick Start
```
ng add @ngqp/core
```
Read the [Getting Started](https://www.ngqp.io/#/getting-started) page for information on how to use it.
## Contributing
See [CONTRIBUTING.md][contributing].
## Code of Conduct
Please take a moment to read the [Code of Conduct][coc].
---
[MIT License][license]
[license]: https://www.github.com/TNG/ngqp/blob/master/LICENSE
[contributing]: https://www.github.com/TNG/ngqp/blob/master/CONTRIBUTING.md
[coc]: https://www.github.com/TNG/ngqp/blob/master/CODE_OF_CONDUCT.md