aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-01-24 19:32:24 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-24 19:32:24 +0000
commit7ef5754c4f769e7a2acd89120c00927b87dfdae4 (patch)
tree3190e6d2bd26ee8d3370805f6ab4a9b1370d334f /cds-ui
parent76386c3907404bd68ea0459161a2199ab79a5e28 (diff)
parent97c9e46d146f0db2f81e1ad589994ecc841f832d (diff)
Merge "Included dependencies for Material icon and chips"
Diffstat (limited to 'cds-ui')
-rw-r--r--cds-ui/client/angular.json3
-rw-r--r--cds-ui/client/package.json4
2 files changed, 5 insertions, 2 deletions
diff --git a/cds-ui/client/angular.json b/cds-ui/client/angular.json
index 0a433560b..382af6e4d 100644
--- a/cds-ui/client/angular.json
+++ b/cds-ui/client/angular.json
@@ -28,7 +28,8 @@
],
"styles": [
"src/styles.scss",
- "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
+ "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
+ "./node_modules/material-design-icons/iconfont/material-icons.css"
],
"scripts": []
},
diff --git a/cds-ui/client/package.json b/cds-ui/client/package.json
index 47c66bb63..4ae5b684c 100644
--- a/cds-ui/client/package.json
+++ b/cds-ui/client/package.json
@@ -21,14 +21,16 @@
"@angular/platform-browser": "~7.1.0",
"@angular/platform-browser-dynamic": "~7.1.0",
"@angular/router": "~7.1.0",
+ "@material/chips": "^0.43.0",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^6.1.2",
"@ngrx/router-store": "^6.1.2",
- "@ngrx/store-devtools": "^6.1.2",
"@ngrx/store": "^6.1.2",
+ "@ngrx/store-devtools": "^6.1.2",
"core-js": "^2.5.4",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
+ "material-design-icons": "^3.0.1",
"rxjs": "~6.3.3",
"tslib": "^1.9.0",
"zone.js": "~0.8.26"