fixed a bug with serializing and added deserializing capablity

This commit is contained in:
Dylan Vorster
2017-02-26 00:33:26 +02:00
parent 03f03d2fa7
commit c20af4750a
25 changed files with 214 additions and 6211 deletions

View File

@ -17,6 +17,7 @@ export * from "./DiagramEngine";
export * from "./DiagramModel";
export * from "./BaseEntity";
export * from "./Common";
export * from "./AbstractInstanceFactory";
export * from "./widgets/DiagramWidget";
export * from "./widgets/LinkLayerWidget";