Skip to content

Commit

Permalink
migrate auth and resource services to use HttpClient
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatma Ali authored and enyachoke committed Dec 18, 2018
1 parent e974044 commit 5f469c2
Show file tree
Hide file tree
Showing 97 changed files with 3,136 additions and 3,483 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# NgxOpenmrsPoc

This is the point of care system used by Ampath Clinics. It should be compatible with most openmrs versions but it is tested against platform 2.0.2 with the rest module. It also requires https://github.com/AMPATH/etl-rest-server for all features to work properly.
This is the point of care system used by Ampath Clinics. It should be compatible with most openmrs versions but it is tested against platform 2.0.2 with the REST module. It also requires https://github.com/AMPATH/etl-rest-server for all features to work properly.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
Run `ng serve` for a dev server. Navigate to `http://localhost:3000/`. The app will automatically reload if you change any of the source files.

## Code scaffolding

Expand Down
Loading

0 comments on commit 5f469c2

Please sign in to comment.