Skip to content

Commit

Permalink
docs: updates README.md with new SSR instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Dec 9, 2021
1 parent 72a9520 commit 70c6e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ server.get('*', (req, res) => {
});
```

This will make sure the cookies are available in `REQUEST` object and you can then use `REQUEST.cookies` to access the
cookies. Then proceed to use `ngx-cookie-service` as usual. See
This will make sure the cookies are available in `REQUEST` object, and the `ngx-cookie-service` can use `REQUEST.cookies` to access the
cookies in SSR. Then proceed to use `ngx-cookie-service` as usual. See
the [sample repo](https://github.com/pavankjadda/angular-ssr-docker) for more details.

## Demo
Expand Down

0 comments on commit 70c6e19

Please sign in to comment.