UNPKG

bixi

Version:

企业级中后台前端解决方案

11 lines (10 loc) 473 B
<nz-select [(ngModel)]="labelMode" (ngModelChange)="onLabelModeChange($event)"> <nz-option *ngFor="let mode of labelModes" [nzValue]="mode" [nzLabel]="mode"></nz-option> </nz-select> <button (click)="getTableMatrix()">getTableMatrix()</button> <button (click)="scrollToTableCell()">scrollToTableCell()</button> <br> <div style=" width: 900px; height: 700px;border: 1px solid #000"> <bixi-label-core engine="./source/index.html" [hub]="hub"> </bixi-label-core> </div>