Skip to content

Conversation

@mhelmstadter
Copy link
Contributor

No description provided.

}).subscribe(result => {
let body = result.json();
//directionsDisplay.set(body["routes"]);
console.log("Result of getDirections: ");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't check in console.logs.


fillTableWithDriverData(result) {
//Reset Driver Data Arrays
DRIVER_NAMES = [];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these all caps, that doesn't follow TS conventions.

@mhelmstadter mhelmstadter changed the title Api gateway service (in progress) Api gateway service Dec 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants