44[ ![ Conventional Commits] ( https://img.shields.io/badge/Conventional%20Commits-1.0.0-green.svg )] ( https://conventionalcommits.org )
55[ ![ Gitter] ( https://img.shields.io/gitter/room/Airblader/ngqp.svg?style=flat-square )] ( https://gitter.im/ngqp )
66
7- # @ ngqp – Declaratively synchronize form controls with the URL
7+ # ngqp – Declaratively synchronize form controls with the URL
88
99<p align =" center " >
1010 <img width =" auto " height =" 240 " src =" https://raw.githubusercontent.com/Airblader/ngqp/master/logo.svg?sanitize=true " >
1111</p >
1212
13- @ ngqp makes it easy to synchronize form controls with query parameters in your URL by using a declarative approach. Examples
14- include pagination information or the current settings of filters in a data view. @ ngqp is designed to resemble the Forms API
13+ ngqp makes it easy to synchronize form controls with query parameters in your URL by using a declarative approach. Examples
14+ include pagination information or the current settings of filters in a data view. ngqp is designed to resemble the Forms API
1515from ` @angular/forms ` , making it intuitive to work with.
1616
1717# Installation
@@ -34,7 +34,7 @@ Make sure that your app is set up to use routing (i.e., using `RouterModule`).
3434
3535# Usage
3636
37- This section is a work in progress since @ ngqp is still in an early development stage.
37+ This section is a work in progress since ngqp is still in an early development stage.
3838
3939# Contributing
4040
@@ -48,13 +48,13 @@ Angular's router system makes it easy to organize different views under differen
4848route is not reflected in the URL. This makes it impossible to bookmark or share them as on every new page load the user has
4949to set these states manually.
5050
51- With @ ngqp , you can easily synchronize the state of form controls such as input boxes, dropdowns or your own custom controls
51+ With ngqp, you can easily synchronize the state of form controls such as input boxes, dropdowns or your own custom controls
5252with a query parameter on the current URL. This way the URL becomes the single source of truth for this information, which
5353allows users to share or bookmark these links and reload your page without having to worry about losing their current state.
5454
5555## What can this be used for?
5656
57- @ ngqp will work with any kind of control, but the common scenario would be pagination (i.e., which page a user is on) or
57+ ngqp will work with any kind of control, but the common scenario would be pagination (i.e., which page a user is on) or
5858filter settings (search query, selections, …)
5959
6060---
0 commit comments