Skip to content

Commit

Permalink
Merge pull request #202 from pavankjadda/master
Browse files Browse the repository at this point in the history
chore(build): re-enables linting as angular-eslint supports angular 13
  • Loading branch information
pavankjadda authored Dec 9, 2021
2 parents ab386da + c8c97a4 commit f466530
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm ci
# - name: Lint
# run: npm run lint
- name: Lint
run: npm run lint
- name: Format check
run: npm run format:check
- name: Build
Expand Down
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 f466530

Please sign in to comment.