diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-11-25 15:41:45 +0530 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2019-11-27 15:35:59 +0000 |
commit | 55b06b518ca4c4bb671bedf0d8a1d3a4f9c65f6b (patch) | |
tree | 5b13e85336e6df0e1095e7c9a6cdae137a278d4f /cds-ui/client-frankfurt/angular.json | |
parent | 71616cc0a6bee9c604b35754778ec5cae7477635 (diff) |
Canvas features and Jointjs Integration
Added Jointjs dependency to project and integrated editor bar to the
designer canvas
Issue-ID: CCSDK-1780
Change-Id: I8276469f76851be4f5b6ac765729304c68d04737
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client-frankfurt/angular.json')
-rw-r--r-- | cds-ui/client-frankfurt/angular.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cds-ui/client-frankfurt/angular.json b/cds-ui/client-frankfurt/angular.json index 97052b879..fafa6d775 100644 --- a/cds-ui/client-frankfurt/angular.json +++ b/cds-ui/client-frankfurt/angular.json @@ -28,10 +28,17 @@ "./node_modules/bootstrap/dist/css/bootstrap.min.css", "./node_modules/@angular/material/prebuilt-themes/purple-green.css", "./node_modules/font-awesome/css/font-awesome.css", + "./node_modules/jointjs/css/layout.css", + "./node_modules/jointjs/css/themes/material.css", + "./node_modules/jointjs/css/themes/default.css", "src/assets/css/orangeHelvetica.css" ], "scripts": [ + "./node_modules/jquery/dist/jquery.min.js", + "./node_modules/lodash/index.js", + "./node_modules/backbone/backbone.js", + "./node_modules/jointjs/dist/joint.js" ] }, "configurations": { |