hisptz/ngx-dhis2-http-client

View on GitHub
src/app/app.component.html

Summary

Maintainability
Test Coverage
<div style="margin: 90px; text-align: center;">
  <h1>Http client services</h1>

  <div>
    <button (click)="onPost($event)">Post Data</button>
  </div>
</div>