stevermeister/ngx-cookie-service

Creating a cookie with only 1 of the optional paramters at the end of the entire params list forces the user to add all the parameters

Abhirup-2019 opened this issue · 1 comments

Expected Behavior

...None

Actual Behavior

...None

Steps to Reproduce the Problem

... Suppose you want to add a param that is at the end of the list of optional params but for that you have to add all the params
in the list. This would be much better if you could have used interface overloading of some sorts where the user can just pick and choose, or even better if we can just pass an object with the parameters we want.

Specifications

  • Version: ...
  • Browser: ...
  • ...

this is done:


could close this ticket