... from '@angular/core'; import * as Handsontable from 'handsontable'; @Component({ selector: 'app-root', template: ` <div> <hot-table [data]="dataset" ...
確定! 回上一頁