[]
        
(Showing Draft Content)

Wijmo_Angular2_Grid_Sheet

wijmo.angular2.grid.sheet Module

Contains Angular 2 components for the wijmo.grid.sheet module.

wijmo.angular2.grid.sheet is an external TypeScript module that can be imported to your code using its ambient module name. For example:

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 {
}