diff options
author | ezhil <ezhrajam@in.ibm.com> | 2019-01-22 14:40:46 +0530 |
---|---|---|
committer | ezhil <ezhrajam@in.ibm.com> | 2019-01-22 14:41:04 +0530 |
commit | 97c9e46d146f0db2f81e1ad589994ecc841f832d (patch) | |
tree | b2200b7bf0c47aed17f86f3e923dc241296b6da6 /cds-ui/client/package.json | |
parent | 67f1b20976a599da6da08cf6b903432a69b7a5d9 (diff) |
Included dependencies for Material icon and chips
Change-Id: I2ea48817bd968cdfe5449f8c38f2ce13d7879c90
Issue-ID: CCSDK-704
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
Diffstat (limited to 'cds-ui/client/package.json')
-rw-r--r-- | cds-ui/client/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
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" |