legacy-editor-warning-controller.js 327 B

123456789
  1. import App from '../../../base'
  2. import { react2angular } from 'react2angular'
  3. import { rootContext } from '../../../shared/context/root-context'
  4. import { LegacyEditorWarning } from '../components/legacy-editor-warning'
  5. App.component(
  6. 'legacyEditorWarning',
  7. react2angular(rootContext.use(LegacyEditorWarning), ['delay'])
  8. )