Created
March 14, 2024 12:19
-
-
Save bjoerntx/1cc91b747edade5c552516cb4c2aa389 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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