Skip to content

Commit

Permalink
chore: package updates (#1)
Browse files Browse the repository at this point in the history
* chore: update to angular 19

* chore: update cdk

* chore: update packages
  • Loading branch information
bobbyg603 authored Dec 5, 2024
1 parent 26a0ae6 commit 739724d
Show file tree
Hide file tree
Showing 100 changed files with 9,866 additions and 10,601 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"prettier"
],
"rules": {
"@angular-eslint/prefer-standalone": "off",
"@typescript-eslint/no-empty-object-type": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "off",
Expand Down
14 changes: 9 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/ngx-charts",
"outputPath": {
"base": "dist/ngx-charts"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"src/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand All @@ -37,7 +40,8 @@
"extractLicenses": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": true,
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand Down
30 changes: 0 additions & 30 deletions e2e/protractor.conf.js

This file was deleted.

28 changes: 0 additions & 28 deletions e2e/src/app.e2e-spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions e2e/src/app.po.ts

This file was deleted.

9 changes: 0 additions & 9 deletions e2e/tsconfig.json

This file was deleted.

Loading

0 comments on commit 739724d

Please sign in to comment.