diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-18 18:29:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-18 18:29:08 +0000 |
commit | cfd5cf0ed7dec66165a217833c7d7ce243f3c3a1 (patch) | |
tree | 3c4d9287c1f450e772a64a3e8208a22d921342b9 /cds-ui/client/angular.json | |
parent | bff2b45c049a9697c072cbe65212580fcb96710c (diff) | |
parent | cc3532626edbeee463d661b5721ca5ddc3f69e44 (diff) |
Merge "Modify Component HTML changes"
Diffstat (limited to 'cds-ui/client/angular.json')
-rw-r--r-- | cds-ui/client/angular.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cds-ui/client/angular.json b/cds-ui/client/angular.json index 9d07cfff9..96b4df009 100644 --- a/cds-ui/client/angular.json +++ b/cds-ui/client/angular.json @@ -29,7 +29,8 @@ "styles": [ "src/styles.scss", "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css", - "./node_modules/material-design-icons/iconfont/material-icons.css" + "./node_modules/material-design-icons/iconfont/material-icons.css", + "./node_modules/font-awesome/css/font-awesome.css" ], "scripts": [ "./node_modules/ace-builds/src-min/ace.js", |