[]
        
(Showing Draft Content)

Wijmo_Angular2_Grid_Sheet

wijmo.angular2.grid.sheet モジュール

wijmo.grid.sheet モジュールに対応するAngular 2コンポーネントを含みます。

wijmo.angular2.grid.sheet は、アンビエントモジュール名を使用してコードにインポートできる 外部TypeScriptモジュールです。 次に例を示します。

import * as wjSheet from 'wijmo/wijmo.angular2.grid.sheet';
 
@Component({
directives: [wjSheet.WjFlexSheet],
template: `<wj-flex-sheet></wj-flex-sheet>`,
selector: 'my-cmp',
})
export class MyCmp {
}

クラス