Skip to content

Commit 4892fa2

Browse files
fix(store): remove circular dependency for mock import (#2540)
1 parent 83033d7 commit 4892fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/store/src/selector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Selector, SelectorWithProps } from './models';
22
import { isDevMode } from '@angular/core';
3-
import { isNgrxMockEnvironment } from '../public_api';
3+
import { isNgrxMockEnvironment } from './flags';
44

55
export type AnyFn = (...args: any[]) => any;
66

0 commit comments

Comments
 (0)