File tree Expand file tree Collapse file tree 5 files changed +10
-12
lines changed Expand file tree Collapse file tree 5 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import {
2929} from '@angular/forms' ;
3030import { Unsubscribe } from 'redux' ;
3131
32- import { ConnectBase } from '../connect' ;
32+ import { ConnectBase } from '../connect/connect-base ' ;
3333import { FormStore } from '../form-store' ;
3434import { controlPath } from '../shims' ;
3535import { 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';
33export * from './form-exception' ;
44export * from './form-store' ;
55export * 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' ;
813export * from './module' ;
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import { NgRedux } from '@angular-redux/store';
22import { NgModule } from '@angular/core' ;
33import { FormsModule , ReactiveFormsModule } from '@angular/forms' ;
44
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 ' ;
77import { FormStore } from './form-store' ;
88
99export function formStoreFactory ( ngRedux : NgRedux < any > ) {
You can’t perform that action at this time.
0 commit comments