From: ezhil Date: Tue, 22 Jan 2019 09:10:46 +0000 (+0530) Subject: Included dependencies for Material icon and chips X-Git-Tag: 0.4.2~312^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F76108%2F1;p=ccsdk%2Fcds.git Included dependencies for Material icon and chips Change-Id: I2ea48817bd968cdfe5449f8c38f2ce13d7879c90 Issue-ID: CCSDK-704 Signed-off-by: ezhil --- diff --git a/cds-ui/client/angular.json b/cds-ui/client/angular.json index 5eba741ed..f6188a6b2 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"