Angular 2 Rest API for Openmrs

I looked at it, but I haven’t found any instructions on how to build or run it. Please include that in README.

One idea is that you don’t seem to be deploying your app to the openmrs server e.g. as a module or OWA and such http calls are blocked by default. Read up on CORS and how to enable it for your server. See also Add CORS support to REST module for some hints.