[748a59]: / nih-ct-protocol-ui / src / app / search-items / search-items.component.html

Download this file

12 lines (7 with data), 408 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<div align=center>
<div [froalaEditor]='options' [(ngModel)]="userInput" style="width: 500px;"></div>
<br>
<button (click)="addNew()" style="margin-left: 10px;" mat-stroked-button color="primary" routerLink="/results" >Check for Protocols</button>
<!-- <div>{{inputs | json}}</div>
<button (click)="addNew()" style="margin-left: 10px;" mat-stroked-button color="primary" >JSON Check</button>
</div> -->