@ngneat/bind-query-params
Advanced tools
Changelog
5.0.0 (2021-11-25)
The strategy
option is removed in favor of two options:
syncInitialControlValue
- Set the initial control value in the URL (defaults to false
)
syncInitialQueryParamValue
- Sync the initial query paramater with the form group (defaults to true
)
modelToUrl
is now syncInitialQueryParamValue: false
.