history-controller.js 273 B

123456
  1. import App from '../../../base'
  2. import { react2angular } from 'react2angular'
  3. import HistoryRoot from '../components/history-root'
  4. import { rootContext } from '../../../shared/context/root-context'
  5. App.component('historyRoot', react2angular(rootContext.use(HistoryRoot)))