Jan
Jan2y ago

Angular Support

Hi there, I just wanted to ask if there is any example project, tutorial, blog post or anything how to use convex in combination with Angular? Best regards, Jan
5 Replies
ballingt
ballingt2y ago
Hi Jan — there's no dedicated client at this time. I'd try the ConvexClient described in https://docs.convex.dev/client/javascript#convex-client — and I'd love to hear what else you'd want to see in an Angular-specific client.
JavaScript | Convex Developer Hub
Convex applications can be accessed from Node.js or any JavaScript runtime that
alesg
alesg6mo ago
Yesterday I tried ConvexClient with Angular and it works fine. I was just playing with querying data 🙂
Aliaksandr
Aliaksandr2mo ago
Hi there! I created the convex-angular library, and I think it might be helpful for you. I'd love to hear any feedback you have on it! https://github.com/azhukau-dev/convex-angular
GitHub
GitHub - azhukau-dev/convex-angular: The Angular client for Convex.
The Angular client for Convex. Contribute to azhukau-dev/convex-angular development by creating an account on GitHub.
jamwt
jamwt2mo ago
nice library @Aliaksandr ! wrapping convex-js ?
Aliaksandr
Aliaksandr2mo ago
yeah, it's using convex-js and ConvexClient

Did you find this page helpful?