Should I be using gapi and the JavaScript Client Library to interact with the Google Cloud Endpoint APIs I create? Or can you use the HTTP Client/Library in Angular2 to do all your requests to the API? The APIs will have authorization and authenticating features. Thanks.
I found HTTPclient library in Angular2 more convenient and better with examples and docs.