Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created September 14, 2023 13:54
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/0b50b339cf6ed4f50ab5b257ee852c79 to your computer and use it in GitHub Desktop.
Save bjoerntx/0b50b339cf6ed4f50ab5b257ee852c79 to your computer and use it in GitHub Desktop.
<tx-document-editor
width="1000px"
height="500px"
webSocketURL="wss://backend.textcontrol.com/TXWebSocket?access-token=yourtoken">
</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