API V2 - Connecting with Angular

Hi,

Can someone help me on how to connect Monday Api v2 with Angular? I cannot seem to find an article regarding this one.

1 Like

Hey @cjspinner,
Our API v2 can be accessed by a simple POST HTTP request with the query text inside the request body. So you can use our api just like you would any other API with Angular.
Another option since we have a graphql API is to use AngularApollo - read about it here: Introduction – Angular

2 Likes

We can use react-apollo for this as well? I’ll be making a dashboard (hopefully) using the graphql information to update some chart lib maybe https://apexcharts.com/

Do you see any issue with this or any roadblocks? Thank you. Still unsure how the new Dev Dashboad app thing works, so it seems easier to me to make a react app independant of a monday app. I guess the “create monday app” is supposed to make it easier for you to change different settings or states, but the logic hasn’t hit me yet on if its easier to go this route or not.

1 Like