File tree 5 files changed +10
-12
lines changed
5 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import {
29
29
} from '@angular/forms' ;
30
30
import { Unsubscribe } from 'redux' ;
31
31
32
- import { ConnectBase } from '../connect' ;
32
+ import { ConnectBase } from '../connect/connect-base ' ;
33
33
import { FormStore } from '../form-store' ;
34
34
import { controlPath } from '../shims' ;
35
35
import { State } from '../state' ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ export * from './form-reducer';
3
3
export * from './form-exception' ;
4
4
export * from './form-store' ;
5
5
export * from './configure' ;
6
- export * from './connect' ;
7
- export * from './connect-array' ;
6
+ export * from './connect/connect-base' ;
7
+ export * from './connect/connect-reactive' ;
8
+ export * from './connect/connect.directive' ;
9
+ export * from './connect/connect.module' ;
10
+ export * from './connect-array/connect-array-template' ;
11
+ export * from './connect-array/connect-array.directive' ;
12
+ export * from './connect-array/connect-array.module' ;
8
13
export * from './module' ;
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import { NgRedux } from '@angular-redux/store';
2
2
import { NgModule } from '@angular/core' ;
3
3
import { FormsModule , ReactiveFormsModule } from '@angular/forms' ;
4
4
5
- import { NgReduxFormConnectModule } from './connect' ;
6
- import { NgReduxFormConnectArrayModule } from './connect-array ' ;
5
+ import { NgReduxFormConnectArrayModule } from './connect-array/connect-array.module ' ;
6
+ import { NgReduxFormConnectModule } from './connect/connect.module ' ;
7
7
import { FormStore } from './form-store' ;
8
8
9
9
export function formStoreFactory ( ngRedux : NgRedux < any > ) {
You can’t perform that action at this time.
0 commit comments