UrbanCondor
UrbanCondor

Reputation: 83

Angular IBM Bluemix Cloudant Example Code

Does anyone have any example code for using an Angular 2 web app to CRUD data from a Cloudant database on IBM Bluemix? I have had some success developing an Ionic 2 application to do so. However, I am not sure how I can do the same for a standard Angular 2 Web App. I have been unable to find any good tutorials online.

Upvotes: 3

Views: 342

Answers (2)

Adrien Arcuri
Adrien Arcuri

Reputation: 2400

There is no Cloudant library for Angular yet.

To develop a Cloudant communication in Angular, there are at least 2 options :

Upvotes: 1

Carthage
Carthage

Reputation: 298

Cloudant does not have the library support for Angular 2, so please call HTTP requests to Cloudant database through your Angular 2 web app.

Upvotes: 5

Related Questions