Skip to content

Commit

Permalink
Update to Angular v19 (#724)
Browse files Browse the repository at this point in the history
* Switch to new Material "mat.theme()" system

* Improve A11y with focus-content

* Improve overall keyboard navigation

* Refactoring header component

* Update to ngx-echarts 19 (new API to setup library)

* Improve "color" demo

* Consolidate overall CSS styles
  • Loading branch information
avine authored Dec 3, 2024
1 parent 7016f35 commit 33b33ce
Show file tree
Hide file tree
Showing 151 changed files with 8,371 additions and 13,826 deletions.
21 changes: 17 additions & 4 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,20 @@
"schematics": {
"@schematics/angular:component": {
"style": "scss",
"viewEncapsulation": "None"
"viewEncapsulation": "None",
"skipTests": true
},
"@schematics/angular:directive": {
"skipTests": true
},
"@schematics/angular:pipe": {
"skipTests": true
},
"@schematics/angular:service": {
"skipTests": true
},
"@schematics/angular:guard": {
"skipTests": true
}
},
"root": "",
Expand All @@ -24,7 +37,7 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@angular/build:application",
"options": {
"localize": true,
"outputPath": "dist/client",
Expand Down Expand Up @@ -129,7 +142,7 @@
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"configurations": {
"production": {
"buildTarget": "client:build:production"
Expand All @@ -150,7 +163,7 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n"
"builder": "@angular/build:extract-i18n"
},
"lint": {
"builder": "@angular-eslint/builder:lint",
Expand Down
Loading

0 comments on commit 33b33ce

Please sign in to comment.