Skip to content

Commit

Permalink
Merge branch 'release/17.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Heim committed Feb 26, 2024
2 parents d288e60 + ce37fe0 commit 22646b6
Show file tree
Hide file tree
Showing 8 changed files with 3,039 additions and 13,283 deletions.
9 changes: 5 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"styles": [
"projects/ng-modal-factory-example/src/styles.css",
"node_modules/@clr/icons/clr-icons.min.css",
"node_modules/@clr/ui/clr-ui.min.css"
"node_modules/@clr/ui/clr-ui.min.css",
"node_modules/@cds/core/global.min.css"
],
"scripts": [
"node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js",
Expand Down Expand Up @@ -98,18 +99,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ng-modal-factory-example:build"
"buildTarget": "ng-modal-factory-example:build"
},
"configurations": {
"production": {
"browserTarget": "ng-modal-factory-example:build:production"
"buildTarget": "ng-modal-factory-example:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ng-modal-factory-example:build"
"buildTarget": "ng-modal-factory-example:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 22646b6

Please sign in to comment.