File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/node_modules/overmind-angular/src Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ import {
1111 Inject ,
1212 // @ts -ignore
1313} from '@angular/core'
14- import { OvermindService } from './service'
1514import { EventType , Overmind , MODE_SSR } from 'overmind'
1615import { IS_PROXY } from 'proxy-state-tree'
1716
1817export const OVERMIND_INSTANCE = new InjectionToken ( 'OVERMIND' )
1918
19+ // @ts -ignore
2020const IS_PRODUCTION = process . env . NODE_ENV === 'production'
2121
2222let nextComponentId = 0
Original file line number Diff line number Diff line change 11// @ts -ignore
22import { NgModule } from '@angular/core'
3- import { OvermindTrackDirective , OVERMIND_INSTANCE } from './directive'
3+
4+ import { OVERMIND_INSTANCE , OvermindTrackDirective } from './directive'
45import { OvermindService } from './service'
56
67export { OVERMIND_INSTANCE , OvermindService }
You can’t perform that action at this time.
0 commit comments