DashboardGridDirective.ts 253 B

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