orizens / ngx-typeahead

A simple but yet powerful typeahead component for Angular (css framework agnostic)
https://www.npmjs.com/package/ngx-typeahead
MIT License
61 stars 29 forks source link

encrypted/manipulated query string #32

Open rikhil9 opened 5 years ago

rikhil9 commented 5 years ago

How can I send a query parameter with encrypted value. If some manipulation is required before sending it to the URL how can a User do that. For Example: https://myUrl.com?query=**search** Here I want my typed characters to be encrypted in some manner.

bijanmmarkes commented 4 years ago

👍