Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 14, 2024 12:19
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/1cc91b747edade5c552516cb4c2aa389 to your computer and use it in GitHub Desktop.
Save bjoerntx/1cc91b747edade5c552516cb4c2aa389 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