Skip to content

Commit

Permalink
Merge pull request #176 from mpalourdio/ng15
Browse files Browse the repository at this point in the history
chore(deps): @angular/* ^15 support
  • Loading branch information
mpalourdio committed Nov 20, 2022
2 parents 93a3938 + 7d32899 commit e234da9
Show file tree
Hide file tree
Showing 12 changed files with 4,019 additions and 4,631 deletions.
16 changes: 0 additions & 16 deletions .browserslistrc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
node-version: [ 16.x ]
node-version: [ 18.x ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017-2021 mpalourdio
Copyright (c) 2017-2022 mpalourdio

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -42,6 +42,7 @@ The HTTP interceptor listens to all HTTP requests and shows a spinner / loader i
| >=10.0.0 | ^12.0.0 |
| >=11.0.0 | ^13.0.0 |
| >=12.0.0 | ^14.0.0 |
| >=13.0.0 | ^15.0.0 |

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

Expand Down
6 changes: 4 additions & 2 deletions angular.json
Expand Up @@ -31,9 +31,11 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "./src/test.ts",
"karmaConfig": "./karma.conf.js",
"polyfills": "./polyfills.ts",
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "./tsconfig.spec.json",
"inlineStyleLanguage": "scss",
"watch": false
Expand Down

0 comments on commit e234da9

Please sign in to comment.