Skip to content

Commit

Permalink
#3220: added new component
Browse files Browse the repository at this point in the history
  • Loading branch information
moellerth committed Nov 29, 2023
1 parent 5c93d6f commit 4ef78c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mdm-frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{ "input": "./node_modules/highlightjs/styles/default.css", "bundleName": "vendor-styles"},
{ "input": "./node_modules/angular-jk-carousel/dist/jk-carousel.css", "bundleName": "vendor-styles"},
{ "input": "./node_modules/jsonformatter/dist/json-formatter.css", "bundleName": "vendor-styles"},
{ "input": "./node_modules/fdz-paginator/dest/fdz-paginator.css", "bundleName": "vendor-styles"},
{ "input": "./node_modules/fdz-paginator/dest/fdz-paginator.css", "bundleName": "vendor-styles"}
],
"scripts": [
"./node_modules/jquery/dist/jquery.js",
Expand Down Expand Up @@ -229,6 +229,9 @@
"src/app/legacy/common/dialogs/choose-previous-version/configuration/translations-de.js",
"src/app/legacy/common/dialogs/choose-previous-version/choose-previous-version.controller.js",
"src/app/legacy/common/dialogs/choose-previous-version/choose-previous-version.service.js",
"src/app/legacy/common/dialogs/license/license-dialog.controller.js",
"src/app/legacy/common/dialogs/license/license-dialog.component.js",
"src/app/legacy/common/dialogs/license/license-dialog.service.js",
"src/app/legacy/common/migration/services/migrationService.js",
"src/app/legacy/common/i18n/directives/tageditor/tag-editor.directive.js",
"src/app/legacy/common/i18n/directives/tageditor/tag-editor.controller.js",
Expand Down

0 comments on commit 4ef78c6

Please sign in to comment.