salemdar / angular2-cookie

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

Get all attributes of object Cookie #26

Closed fernandocode closed 8 years ago

fernandocode commented 8 years ago

It is possible to get value expiresor create from a cookie with this library?

This information of print for example:

cookie

I noticed is only possible with the library to get the value of the Contentattribute of the print.

salemdar commented 8 years ago

http://stackoverflow.com/questions/1532193/reading-cookie-expiration-date

I don't think that is possible without dirty hacks.