Skip to content

Commit 6c70e17

Browse files
fix(overmind-angular): fix using ngZone
1 parent 961b516 commit 6c70e17

File tree

1 file changed

+1
-0
lines changed
  • packages/node_modules/overmind-angular/src

1 file changed

+1
-0
lines changed

packages/node_modules/overmind-angular/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { BaseApp, EventType, Overmind } from 'overmind'
2+
import { NgZone } from '@angular/core'
23

34
export type TConnect<App extends BaseApp> = {
45
app: {

0 commit comments

Comments
 (0)