Skip to content

Commit 073d56e

Browse files
authored
Merge pull request #2376 from hey-api/docs/client-angular
docs: add Angular
2 parents b9dc166 + 790a1c0 commit 073d56e

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

docs/.vitepress/config/en.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ export default defineConfig({
106106
link: '/openapi-ts/clients/nuxt',
107107
text: 'Nuxt',
108108
},
109+
{
110+
link: '/openapi-ts/clients/angular',
111+
text: 'Angular <span data-soon>soon</span>',
112+
},
109113
{
110114
link: '/openapi-ts/clients/effect',
111115
text: 'Effect <span data-soon>soon</span>',

docs/openapi-ts/clients.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Hey API natively supports the following clients.
2929
- [Axios](/openapi-ts/clients/axios)
3030
- [Next.js](/openapi-ts/clients/next-js)
3131
- [Nuxt](/openapi-ts/clients/nuxt)
32+
- [Angular](/openapi-ts/clients/angular) <span data-soon>Soon</span>
3233
- [Effect](/openapi-ts/clients/effect) <span data-soon>Soon</span>
3334
- [Legacy](/openapi-ts/clients/legacy)
3435

docs/openapi-ts/clients/angular.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Angular client
3+
description: Angular client for Hey API. Compatible with all our features.
4+
---
5+
6+
# Angular <span data-soon>soon</span>
7+
8+
<FeatureStatus issueNumber=1072 name="Angular" />
9+
10+
### About
11+
12+
[Angular](https://angular.dev/) is a web framework that empowers developers to build fast, reliable applications.
13+
14+
<!--@include: ../../partials/sponsors.md-->

packages/openapi-ts/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ Clients are responsible for sending the actual HTTP requests. Using clients is n
279279

280280
The following clients are planned but not in development yet. You can help us prioritize them by voting on [GitHub](https://github.com/hey-api/openapi-ts/labels/RSVP%20%F0%9F%91%8D%F0%9F%91%8E).
281281

282+
- [`@hey-api/client-angular`](https://heyapi.dev/openapi-ts/clients/angular)
282283
- [`@hey-api/client-effect`](https://heyapi.dev/openapi-ts/clients/effect)
283284

284285
Don't see your client? [Build your own](https://heyapi.dev/openapi-ts/clients/custom) or let us know your interest by [opening an issue](https://github.com/hey-api/openapi-ts/issues).

0 commit comments

Comments
 (0)