grafana/public/app/features/dashboard/dashgrid/DashboardGridDirective.ts
2018-06-19 21:25:57 +02:00

5 lines
223 B
TypeScript

import { react2AngularDirective } from 'app/core/utils/react2angular';
import { DashboardGrid } from './DashboardGrid';
react2AngularDirective('dashboardGrid', DashboardGrid, [['dashboard', { watchDepth: 'reference' }]]);