added amplify and websocket

This commit is contained in:
2019-10-11 15:21:54 -05:00
parent d0859d9042
commit 87d50bbc6c
32 changed files with 869 additions and 45 deletions

View File

@@ -25,9 +25,11 @@
"aot": false,
"assets": [
"src/favicon.ico",
"src/assets"
"src/assets",
"src/manifest.webmanifest"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
"src/styles.scss"
],
"scripts": []
@@ -60,7 +62,9 @@
"maximumWarning": "6kb",
"maximumError": "10kb"
}
]
],
"serviceWorker": true,
"ngswConfigPath": "ngsw-config.json"
}
}
},
@@ -90,9 +94,11 @@
"karmaConfig": "karma.conf.js",
"assets": [
"src/favicon.ico",
"src/assets"
"src/assets",
"src/manifest.webmanifest"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
"src/styles.scss"
],
"scripts": []
@@ -124,6 +130,7 @@
}
}
}
}},
}
},
"defaultProject": "HPIoTWebApp"
}