Skip to content

Commit

Permalink
Merge pull request #98 from malangfox/feat-ng-next
Browse files Browse the repository at this point in the history
feat: upgrade to Angular v16
  • Loading branch information
malangfox authored Aug 17, 2023
2 parents c2c05b3 + b511709 commit cee6ec4
Show file tree
Hide file tree
Showing 15 changed files with 33,771 additions and 39,527 deletions.
17 changes: 0 additions & 17 deletions packages/ngx-grid/.browserslistrc

This file was deleted.

1 change: 1 addition & 0 deletions packages/ngx-grid/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ speed-measure-plugin*.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
41 changes: 12 additions & 29 deletions packages/ngx-grid/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,20 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.css"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -60,7 +65,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down Expand Up @@ -96,19 +102,6 @@
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
Expand Down Expand Up @@ -148,21 +141,11 @@
"tsConfig": "projects/ngx-grid/tsconfig.spec.json",
"karmaConfig": "projects/ngx-grid/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/ngx-grid/tsconfig.lib.json",
"projects/ngx-grid/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "ngx-grid-project"
"cli": {
"analytics": false
}
}
Loading

0 comments on commit cee6ec4

Please sign in to comment.