Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created October 10, 2019 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/3c2fe6206d19aa3b4daeedad79dac6d9 to your computer and use it in GitHub Desktop.
Save bjoerntx/3c2fe6206d19aa3b4daeedad79dac6d9 to your computer and use it in GitHub Desktop.
<tx-document-editor width="1024" height="800" port="8080"></tx-document-editor>
<div>
<button (click)="onClickLoad()" class="btn btn-primary">Load Document</button>
<button (click)="onClickSave()" class="btn btn-primary">Save Document</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment