We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc4fbc commit 042c40aCopy full SHA for 042c40a
src/control/directive.comp.spec.ts src/control/e2e.spec/select.spec.tssrc/control/directive.comp.spec.ts renamed to src/control/e2e.spec/select.spec.ts
@@ -6,9 +6,9 @@ import { BehaviorSubject } from 'rxjs/BehaviorSubject';
6
import 'rxjs/add/operator/first';
7
import 'rxjs/add/operator/skip';
8
9
-import { FormControlState, createFormControlState } from '../state';
10
-import { SetValueAction } from '../actions';
11
-import { NgrxFormsModule } from '../module';
+import { FormControlState, createFormControlState } from '../../state';
+import { SetValueAction } from '../../actions';
+import { NgrxFormsModule } from '../../module';
12
13
const SELECT_OPTIONS = ['op1', 'op2'];
14
0 commit comments