From d5ed3470ce412d7ba840c1ca47f16ef9e02aa4ee Mon Sep 17 00:00:00 2001 From: Nico Melone Date: Mon, 10 Feb 2020 08:58:28 -0600 Subject: [PATCH] updated packages --- angular.json | 5 ++++- src/app/configs/configs.component.ts | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/angular.json b/angular.json index 6925efc..1f5953b 100644 --- a/angular.json +++ b/angular.json @@ -132,5 +132,8 @@ } } }, - "defaultProject": "HPIoTWebApp" + "defaultProject": "HPIoTWebApp", + "cli": { + "analytics": false + } } \ No newline at end of file diff --git a/src/app/configs/configs.component.ts b/src/app/configs/configs.component.ts index 49c32ad..2ddaf86 100644 --- a/src/app/configs/configs.component.ts +++ b/src/app/configs/configs.component.ts @@ -37,7 +37,8 @@ export class ConfigsComponent implements OnInit { // Setup a function for onChangeCertificateID to get said config and load the form dynamically onCertificateChange(e) { console.log(e.target.value); - const config = this.http.get('https://4ax24ru9ra.execute-api.us-east-1.amazonaws.com/Gamma/HPIoTgetConfig/?certificateID=' + e.target.value); + const config = this.http.get('https://4ax24ru9ra.execute-api.us-east-1.amazonaws.com/Gamma/HPIoTgetConfig/?certificateID=' + + e.target.value); console.log(config); const numberOfDevices = 3; if (this.devicesArray.length < numberOfDevices) {