Skip to content

Commit

Permalink
chore: release 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuzuld committed Nov 19, 2023
1 parent 92357b9 commit 115cad0
Show file tree
Hide file tree
Showing 8 changed files with 6,993 additions and 5,184 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

### Angular implementation of angular-gridster [Demo](http://tiberiuzuld.github.io/angular-gridster2)

### Requires Angular 16.x
### Requires Angular 17.x

### For other Angular versions check the other branches.

Expand Down
15 changes: 6 additions & 9 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/demo",
"index": "src/index.html",
"main": "src/main.ts",
"browser": "src/main.ts",
"polyfills": [
"zone.js"
],
Expand Down Expand Up @@ -54,12 +54,9 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
"sourceMap": true
}
},
"defaultConfiguration": "production"
Expand All @@ -68,18 +65,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "gridster-app:build:production"
"buildTarget": "gridster-app:build:production"
},
"development": {
"browserTarget": "gridster-app:build:development"
"buildTarget": "gridster-app:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "gridster-app:build"
"buildTarget": "gridster-app:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 115cad0

Please sign in to comment.