Skip to content

Commit

Permalink
fix(store): remove circular dependency for mock import
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed May 28, 2020
1 parent 83033d7 commit 165793f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/store/src/selector.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Selector, SelectorWithProps } from './models';
import { isDevMode } from '@angular/core';
import { isNgrxMockEnvironment } from '../public_api';
import { isNgrxMockEnvironment } from './flags';

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

Expand Down

0 comments on commit 165793f

Please sign in to comment.