Contains Angular 2 components for the wijmo.olap module.
wijmo.angular2.olap is an external TypeScript module that can be imported to your code using its ambient module name. For example:
import * as wjOlap from 'wijmo/wijmo.angular2.olap'; @Component({ directives: [wjOlap.WjPivotGrid], template: '<wj-pivot-grid [itemsSource]="data"></wj-pivot-grid>', selector: 'my-cmp', }) export class MyCmp { data: any[]; }
Contains Angular 2 components for the wijmo.olap module.
wijmo.angular2.olap is an external TypeScript module that can be imported to your code using its ambient module name. For example: