0
geegee created
We want to generate client-side proxies without the dependency on angular.
We want to use the generated proxies in a React application. Including models and services.
- ABP Framework version: v7.0.0
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
4 Answer(s)
-
0
hi
Sorry, React is currently not supported.
-
0
I understand it's not supported.
I would like to generate just the type script proxies but without a dependency on angular.
Do we have to use something like nswag instead?
-
0
hi
You can use NSwag, the backend API supports it.
-
0
Thanks