aurelia-client-http
This is a component in the Aurelia framework which delivers http client access. We will need some work on the server for it to be accessed from an aurelia client.
DonationService
The class can now be reimplemented to use the aureli-http-client. Existing data binding relationships should not need to be changed.
Lab-Aurelia 4
Rework the donation-service class to communicate with the donation-web application. This will involve incorporating http components into the app and refactoring DonationService to use them.
Lab-Aurelia 4 TS
Rework the donation-service class to communicate with the donation-web application. This will involve incorporating http components into the app and refactoring DonationService to use them.