From 51bfa3a263fe622596f5c74998fdc6b5eb26454b Mon Sep 17 00:00:00 2001 From: Anton Barada Date: Tue, 27 Jun 2017 08:49:48 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34bc144..bffcfea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ [![npm version](https://badge.fury.io/js/%40ngx-utils%2Fcookies.svg)](https://badge.fury.io/js/%40ngx-utils%2Fcookies) [![npm downloads](https://img.shields.io/npm/dm/@ngx-utils/cookies.svg)](https://www.npmjs.com/package/@ngx-utils/cookies) -Manage your cookies on client and server side (Angular Universal) (example [@ngx-utils/universal-starter](https://github.com/ngx-utils/universal-starter)) +Manage your cookies on client and server side (Angular Universal) + +Example in [@ngx-utils/universal-starter](https://github.com/ngx-utils/universal-starter/blob/master/src/app/auth-http.service.ts#L68) shows the way in which `CookiesService` is used to get access token from cookies on client and **server side**, and then set Authorization headers for all HTTP requests. ## Table of contents: - [Prerequisites](#prerequisites)