We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152806e commit e6b4208Copy full SHA for e6b4208
package.json
@@ -21,7 +21,7 @@
21
"@angular/router": "~7.2.0",
22
"core-js": "^2.5.4",
23
"gojs": "^2.1.0-beta1",
24
- "gojs-angular": "0.0.4",
+ "gojs-angular": "0.0.6",
25
"rxjs": "~6.3.3",
26
"tslib": "^1.9.0",
27
"zone.js": "~0.8.26"
@@ -51,4 +51,4 @@
51
"tslint": "~5.11.0",
52
"typescript": "~3.2.2"
53
}
54
-}
+}
src/app/app.component.ts
@@ -115,7 +115,6 @@ export class AppComponent {
115
const overview = $(go.Overview);
116
return overview;
117
118
- public oModelData = { prop: 'val' };
119
public observedDiagram = null;
120
121
// currently selected node; for inspector
0 commit comments