bind-query-params icon indicating copy to clipboard operation
bind-query-params copied to clipboard

Sync URL Query Params with Angular Form Controls

Results 6 bind-query-params issues
Sort by recently updated
recently updated
newest added

When using `useHash` on the route, query params would be missing after navigating with the query params. ``` RouterModule.forRoot(routes, { useHash: true }) ``` Navigating: `http://localhost:4200/app/#/user?search=test` Then became: `http://localhost:4200/app/#/user`

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: CONTRIBUTING.md#commit - [x] Tests for the changes have been added...

very nice tool but one thing I feel that miss there should be a way to handle undo by pressing the **back button** in the browser, this is the common...

enhancement

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x] Feature...

enhancement

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x] Feature...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: CONTRIBUTING.md#commit - [x] Tests for the changes have been added...