Skip to content

Commit

Permalink
Merge pull request #187 from mpalourdio/ng17
Browse files Browse the repository at this point in the history
Ng17
  • Loading branch information
mpalourdio committed Nov 13, 2023
2 parents 51236c3 + 201125f commit c2ebb04
Show file tree
Hide file tree
Showing 6 changed files with 5,464 additions and 4,154 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
node-version: [ 18.x ]
node-version: [ 18.x, 20.x ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v15.0.0
- Added angular 17 support.

## v14.0.0
- Added angular 16 support.

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ The HTTP interceptor listens to all HTTP requests and shows a spinner / loader i
| >=12.0.0 | ^14.0.0 |
| >=13.0.0 | ^15.0.0 |
| >=14.0.0 | ^16.0.0 |
| >=15.0.0 | ^17.0.0 |

If you experience errors like below, **please double check the version you use.**
If you experience errors like below, **please double-check the version you use.**

`ERROR in Error: Metadata version mismatch for module [...]/angular/node_modules/ng-http-loader/ng-http-loader.module.d.ts, found version x, expected y [...]`

Expand Down
Loading

0 comments on commit c2ebb04

Please sign in to comment.