We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83033d7 commit 4892fa2Copy full SHA for 4892fa2
modules/store/src/selector.ts
@@ -1,6 +1,6 @@
1
import { Selector, SelectorWithProps } from './models';
2
import { isDevMode } from '@angular/core';
3
-import { isNgrxMockEnvironment } from '../public_api';
+import { isNgrxMockEnvironment } from './flags';
4
5
export type AnyFn = (...args: any[]) => any;
6
0 commit comments