mikidal
mikidal

Reputation: 33

how can I get access from angular2 project to the "$wakanda" service to retrive data?

I've just created a new project in wakanda.io with angular2 and backend. I created some db entities and now from the client side I just want to retrive data from the db. In order to make this working I need to import somehow the "$wakanda" service but in angular2 way. How can I just import that wakanda service component ? Is there any angular2-wakanda npm package but I've not found?

Thank you!

Upvotes: 1

Views: 93

Answers (1)

issam Eljohri
issam Eljohri

Reputation: 322

You have to use Wakanda JavaScript Client - Quickstart

Upvotes: 1

Related Questions