Skip to content

Commit

Permalink
chore(deps): Add angular ^17 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Nov 13, 2023
1 parent 51236c3 commit 4e7392c
Show file tree
Hide file tree
Showing 5 changed files with 5,460 additions and 4,150 deletions.
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 4e7392c

Please sign in to comment.