From 97c9e46d146f0db2f81e1ad589994ecc841f832d Mon Sep 17 00:00:00 2001 From: ezhil Date: Tue, 22 Jan 2019 14:40:46 +0530 Subject: Included dependencies for Material icon and chips Change-Id: I2ea48817bd968cdfe5449f8c38f2ce13d7879c90 Issue-ID: CCSDK-704 Signed-off-by: ezhil --- cds-ui/client/angular.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cds-ui/client/angular.json') 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": [] }, -- cgit 1.2.3-korg