Open juanpmarin opened 7 years ago
@juanpmarin have you find this solution?
@triadiprabowo yes, but not using angular-ssr, I had to migrate to angular 5 and the express universal engine, angular 5 now comes with state transfer out of the box
@triadiprabowo this is the implementation that I based on https://github.com/patrickmichalina/fusebox-angular-universal-starter/blob/master/src/client/app/shared/services/cookie.service.ts
@juanpmarin thank you man, it is working now. I used universal-starter (angular 5) and some setup from your given repo for cookies and state transfer.
Hi, I need to access a cookie from server and browser, I thought about use a Varian but the cookie has not static values (it's an auth token), do you know a way to access it ? Thanks !