DashboardGridDirective.ts 247 B

1234
  1. import { react2AngularDirective } from 'app/core/utils/react2angular';
  2. import { DashboardGrid } from './DashboardGrid';
  3. react2AngularDirective('dashboardGrid', DashboardGrid, [['getPanelContainer', {watchDepth: 'reference', wrapApply: false}]]);