Skip to content

Commit 0d815c6

Browse files
committed
r0b08x [chore] 1/14/2025, 12:26:04 PM
1 parent 346264c commit 0d815c6

23 files changed

+9621
-29691
lines changed

.eslintrc.json

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

Gruntfile.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,10 @@ module.exports = (grunt) => {
5656
grunt: grunt,
5757
gruntThis: this,
5858
}, {
59-
cmd: 'npm',
60-
args: [
61-
'run',
62-
'build-app',
63-
]
59+
cmd: process.platform === 'win32' ? 'cmd' : 'npm', // Use cmd for Windows
60+
args: process.platform === 'win32'
61+
? ['/c', 'npm', 'run', 'build-app'] // Correctly pass the command in Windows
62+
: ['run', 'build-app'], // For non-Windows platforms
6463
});
6564
done()
6665
} catch (e) {

README.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88

9-
# 🔥 Cache every request in Angular, not only the GET, but all methods of this interceptor, and allows you to interact with the interceptor via specific headers and modify the request, and these specific headers will be not included in the final request v2024.10.103
9+
# 🔥 Cache every request in Angular, not only the GET, but all methods of this interceptor, and allows you to interact with the interceptor via specific headers and modify the request, and these specific headers will be not included in the final request v2025.4.105
1010

1111

1212

@@ -20,7 +20,7 @@
2020
### Built on NodeJs version
2121

2222
```txt
23-
v22.3.0
23+
v22.13.0
2424
```
2525

2626

@@ -29,7 +29,7 @@ v22.3.0
2929
# Built on Angular
3030

3131
```text
32-
18.0.5
32+
19.0.6
3333
```
3434

3535

@@ -49,7 +49,7 @@ The way, we can find out what we are caching it is not simple. Usually, you woul
4949

5050
To create this cache key, this package is using the `object-hash` package, with the following algorithm:
5151
```ts
52-
import * as hash from 'object-hash'
52+
import hash from 'object-hash'
5353

5454
const hashOptions = {
5555
algorithm: 'md5',
@@ -171,14 +171,32 @@ export class AppComponent {
171171
---
172172

173173

174+
## Quick and Affordable Web Development Services
175+
176+
If you want to quickly and affordably develop your next digital project, visit [corifeus.hu](https://corifeus.hu) for expert solutions tailored to your needs.
177+
178+
---
179+
180+
## Powerful Online Networking Tool
181+
182+
Discover the powerful and free online networking tool at [network.corifeus.com](https://network.corifeus.com).
183+
184+
**Free**
185+
Designed for professionals and enthusiasts, this tool provides essential features for network analysis, troubleshooting, and management.
186+
Additionally, it offers tools for:
187+
- Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
188+
- Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
189+
190+
All these features are completely free to use.
191+
174192
## Support Our Open-Source Project ❤️
175193
If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!
176194

177195
### Server Availability
178196
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
179197

180198
### About My Domains
181-
All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
199+
All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.hu](https://corifeus.hu) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
182200

183201
### Versioning Policy
184202
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
@@ -191,7 +209,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
191209
---
192210

193211

194-
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2024.10.103
212+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2025.4.105
195213

196214
[![NPM](https://img.shields.io/npm/v/p3x-angular-http-cache-interceptor.svg)](https://www.npmjs.com/package/p3x-angular-http-cache-interceptor) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
197215

README_Angular.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,32 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
3737
---
3838

3939

40+
## Quick and Affordable Web Development Services
41+
42+
If you want to quickly and affordably develop your next digital project, visit [corifeus.hu](https://corifeus.hu) for expert solutions tailored to your needs.
43+
44+
---
45+
46+
## Powerful Online Networking Tool
47+
48+
Discover the powerful and free online networking tool at [network.corifeus.com](https://network.corifeus.com).
49+
50+
**Free**
51+
Designed for professionals and enthusiasts, this tool provides essential features for network analysis, troubleshooting, and management.
52+
Additionally, it offers tools for:
53+
- Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
54+
- Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
55+
56+
All these features are completely free to use.
57+
4058
## Support Our Open-Source Project ❤️
4159
If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!
4260

4361
### Server Availability
4462
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
4563

4664
### About My Domains
47-
All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
65+
All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.hu](https://corifeus.hu) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
4866

4967
### Versioning Policy
5068
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
@@ -57,7 +75,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
5775
---
5876

5977

60-
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2024.10.103
78+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2025.4.105
6179

6280
[![NPM](https://img.shields.io/npm/v/p3x-angular-http-cache-interceptor.svg)](https://www.npmjs.com/package/p3x-angular-http-cache-interceptor) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
6381

angular.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@
1515
"prefix": "p3x",
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:browser",
18+
"builder": "@angular-devkit/build-angular:application",
1919
"options": {
20-
"outputPath": "dist/workspace",
20+
"outputPath": {
21+
"base": "dist/workspace",
22+
"browser": ""
23+
},
2124
"index": "src/index.html",
22-
"main": "src/main.ts",
23-
"polyfills": "src/polyfills.ts",
25+
"polyfills": [
26+
"src/polyfills.ts"
27+
],
2428
"tsConfig": "tsconfig.app.json",
2529
"assets": [
2630
"src/favicon.ico",
@@ -30,12 +34,16 @@
3034
"src/styles.scss"
3135
],
3236
"scripts": [],
33-
"vendorChunk": true,
3437
"extractLicenses": false,
35-
"buildOptimizer": false,
3638
"sourceMap": true,
3739
"optimization": false,
38-
"namedChunks": true
40+
"namedChunks": true,
41+
"browser": "src/main.ts",
42+
"stylePreprocessorOptions": {
43+
"includePaths": [
44+
"."
45+
]
46+
}
3947
},
4048
"configurations": {
4149
"production": {
@@ -50,8 +58,6 @@
5058
"sourceMap": false,
5159
"namedChunks": false,
5260
"extractLicenses": true,
53-
"vendorChunk": false,
54-
"buildOptimizer": true,
5561
"budgets": [
5662
{
5763
"type": "initial",
@@ -161,5 +167,8 @@
161167
}
162168
}
163169
}
170+
},
171+
"cli": {
172+
"analytics": false
164173
}
165174
}

e2e/protractor.conf.js

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

e2e/src/app.e2e-spec.ts

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

e2e/src/app.po.ts

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

e2e/tsconfig.json

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

karma.conf.js

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

0 commit comments

Comments
 (0)