Skip to content

Commit 6e1c7c3

Browse files
committed
chore(deps): @angular/* ^15 support
1 parent 93a3938 commit 6e1c7c3

File tree

11 files changed

+2478
-3686
lines changed

11 files changed

+2478
-3686
lines changed

.browserslistrc

Lines changed: 0 additions & 16 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017-2021 mpalourdio
3+
Copyright (c) 2017-2022 mpalourdio
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The HTTP interceptor listens to all HTTP requests and shows a spinner / loader i
4242
| >=10.0.0 | ^12.0.0 |
4343
| >=11.0.0 | ^13.0.0 |
4444
| >=12.0.0 | ^14.0.0 |
45+
| >=13.0.0 | ^15.0.0 |
4546

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

angular.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@
3131
"test": {
3232
"builder": "@angular-devkit/build-angular:karma",
3333
"options": {
34-
"main": "./src/test.ts",
3534
"karmaConfig": "./karma.conf.js",
36-
"polyfills": "./polyfills.ts",
35+
"polyfills": [
36+
"zone.js",
37+
"zone.js/testing"
38+
],
3739
"tsConfig": "./tsconfig.spec.json",
3840
"inlineStyleLanguage": "scss",
3941
"watch": false

0 commit comments

Comments
 (0)