Skip to content

Commit 51bfa3a

Browse files
author
Anton Barada
authored
Update README.md
1 parent b5b4046 commit 51bfa3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
[![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)
44

5-
Manage your cookies on client and server side (Angular Universal) (example [@ngx-utils/universal-starter](https://github.com/ngx-utils/universal-starter))
5+
Manage your cookies on client and server side (Angular Universal)
6+
7+
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.
68

79
## Table of contents:
810
- [Prerequisites](#prerequisites)

0 commit comments

Comments
 (0)