Skip to content

Commit

Permalink
Try ga env var
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Mar 5, 2024
1 parent 03c17cd commit 77db832
Show file tree
Hide file tree
Showing 5 changed files with 850 additions and 609 deletions.
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"defaultCollection": "@angular-eslint/schematics",
"analytics": false
},
"version": 1,
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "khiops-visualization",
"title": "khiops Visualization",
"version": "11.0.3",
"version": "11.0.4",
"description": "khiops Visualization",
"license": "UNLICENSED",
"repository": "https://github.com/KhiopsML/kv-electron",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "khiops-visualization",
"title": "khiops Visualization",
"main": "app/main.js",
"version": "11.0.3",
"version": "11.0.4",
"browser": {
"child_process": false,
"electron": false,
Expand Down
2 changes: 2 additions & 0 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export class AppComponent implements OnInit, OnDestroy, AfterViewInit {

setAppConfig() {
this.config = this.visualizationComponent.nativeElement;
console.log('AppComponent ~ setAppConfig ~ this.config:', this.config);
console.log('AppComponent ~ setAppConfig ~ APP_CONFIG:', APP_CONFIG);

//@ts-ignore
this.config.setConfig({
Expand Down
Loading

0 comments on commit 77db832

Please sign in to comment.