salemdar / angular2-cookie

Implementation of Angular 1.x $cookies service to Angular 2
MIT License
109 stars 29 forks source link

Option to disable URL encoding in cookie #56

Open ayya1987 opened 7 years ago

ayya1987 commented 7 years ago

Please give me a suggestion how to stop url encoding in cooking when i used to store as key value pair.

for ex; i am setting key as 'somepath' and value as '/path/path2/path3' after when i am looking inside browser it is different from actual value it is like %2Fpath%2F% something like this.

Please help me to resolve this.

salemdar commented 7 years ago

Why would you want that? I am really curious about the use case?