removed unused modules

This commit is contained in:
William Welling
2017-09-29 20:44:11 -05:00
parent 81b2bff13e
commit 5b0dbfbc37
20 changed files with 10 additions and 366 deletions

View File

@@ -21,7 +21,6 @@ import { appMetaReducers, debugMetaReducers } from './app.metareducers';
import { CoreModule } from './core/core.module';
import { AppRoutingModule } from './app-routing.module';
import { TransferHttpModule } from '../modules/transfer-http/transfer-http.module';
import { AppComponent } from './app.component';
import { HeaderComponent } from './header/header.component';
@@ -66,7 +65,6 @@ if (!ENV_CONFIG.production) {
EffectsModule.forRoot(appEffects),
StoreModule.forRoot(appReducers),
StoreRouterConnectingModule,
TransferHttpModule,
...DEV_MODULES
],
providers: [