ng-openapi 0.0.13 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,9 +1,16 @@
1
1
  <div align="center">
2
- <h1 align="center"><b>Angular OpenAPI client generator</b></h1>
2
+ <h1 align="center"><b>Angular OpenAPI Client Generator</b></h1>
3
3
  <p align="center">💪 Made with ❤️ by Angular Devs for Angular Devs</p>
4
4
  </div>
5
5
 
6
- <br/>
6
+
7
+ <p align="center">
8
+ <a href="https://stackblitz.com/@Mr-Jami/collections/ng-openapi-examples">⚡Examples</a>
9
+ <span>&nbsp;•&nbsp;</span>
10
+ <a href="https://ng-openapi.dev/">📝Documentation</a>
11
+ <span>&nbsp;•&nbsp;</span>
12
+ <a href="https://github.com/ng-openapi/ng-openapi/issues">🐛Issues</a>
13
+ </p>
7
14
 
8
15
  <p align="center">
9
16
  <a href="https://www.npmjs.com/package/ng-openapi" rel="nofollow"><img src="https://img.shields.io/npm/v/ng-openapi.svg" alt="npm version"></a>
@@ -11,10 +18,10 @@
11
18
  <a href="https://github.com/ng-openapi/ng-openapi/actions?query=branch%3Amain"><img src="https://img.shields.io/github/last-commit/ng-openapi/ng-openapi" alt="Last commit" /></a>
12
19
  <a href="https://github.com/ng-openapi/ng-openapi/actions?query=branch%3Amain"><img src="https://github.com/ng-openapi/ng-openapi/actions/workflows/release.yml/badge.svg?event=push&branch=main" alt="CI status" /></a>
13
20
  <a href="https://github.com/ng-openapi/ng-openapi/issues" rel="nofollow"><img src="https://img.shields.io/github/issues/ng-openapi/ng-openapi" alt="Number of open issues"></a>
21
+ <a href="https://ng-openapi.dev/" rel="nofollow"><img src="https://img.shields.io/netlify/cb7a0f09-de25-40bb-960c-d8bc95b34c5e" alt="Netlify"></a>
14
22
  </p>
15
23
  <br/>
16
24
 
17
-
18
25
  ## Installation
19
26
 
20
27
  ```bash
@@ -149,10 +156,10 @@ export const appConfig: ApplicationConfig = {
149
156
  ```
150
157
 
151
158
  That's it! This automatically configures:
159
+
152
160
  - ✅ BASE_PATH token
153
161
  - ✅ Date transformation interceptor (if using Date type)
154
162
 
155
-
156
163
  ### Advanced Provider Options
157
164
 
158
165
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-openapi",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "Generate Angular services and TypeScript types from OpenAPI/Swagger specifications",
5
5
  "keywords": [
6
6
  "angular",
@@ -21,7 +21,7 @@
21
21
  "url": "http://tareqjami.de"
22
22
  },
23
23
  "license": "MIT",
24
- "homepage": "https://ng-openapi.netlify.app/",
24
+ "homepage": "https://ng-openapi.dev/",
25
25
  "bugs": {
26
26
  "url": "https://github.com/ng-openapi/ng-openapi/issues"
27
27
  },
@@ -64,8 +64,8 @@
64
64
  "@types/swagger-schema-official": "^2.0.25"
65
65
  },
66
66
  "peerDependencies": {
67
- "@angular/core": ">=20",
68
- "@angular/common": ">=20"
67
+ "@angular/core": ">=14",
68
+ "@angular/common": ">=14"
69
69
  },
70
70
  "peerDependenciesMeta": {
71
71
  "@angular/core": {