fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2376 from hey-api/docs/client-angular

docs: add Angular

authored by

Lubos and committed by
GitHub
073d56ec b9dc166f

+20
+4
docs/.vitepress/config/en.ts
··· 107 107 text: 'Nuxt', 108 108 }, 109 109 { 110 + link: '/openapi-ts/clients/angular', 111 + text: 'Angular <span data-soon>soon</span>', 112 + }, 113 + { 110 114 link: '/openapi-ts/clients/effect', 111 115 text: 'Effect <span data-soon>soon</span>', 112 116 },
+1
docs/openapi-ts/clients.md
··· 29 29 - [Axios](/openapi-ts/clients/axios) 30 30 - [Next.js](/openapi-ts/clients/next-js) 31 31 - [Nuxt](/openapi-ts/clients/nuxt) 32 + - [Angular](/openapi-ts/clients/angular) <span data-soon>Soon</span> 32 33 - [Effect](/openapi-ts/clients/effect) <span data-soon>Soon</span> 33 34 - [Legacy](/openapi-ts/clients/legacy) 34 35
+14
docs/openapi-ts/clients/angular.md
··· 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-->
+1
packages/openapi-ts/README.md
··· 279 279 280 280 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). 281 281 282 + - [`@hey-api/client-angular`](https://heyapi.dev/openapi-ts/clients/angular) 282 283 - [`@hey-api/client-effect`](https://heyapi.dev/openapi-ts/clients/effect) 283 284 284 285 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).