added hal serializer

This commit is contained in:
Art Lowel
2017-02-14 09:51:13 +01:00
parent b8ee768d0e
commit adc79e957f
15 changed files with 833 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ import { StoreDevtoolsModule } from "@ngrx/store-devtools";
import { rootReducer } from './app.reducers';
import { effects } from './app.effects';
import { CoreModule } from "./core/core.module";
@NgModule({
declarations: [
@@ -25,6 +26,7 @@ import { effects } from './app.effects';
imports: [
SharedModule,
HomeModule,
CoreModule.forRoot(),
AppRoutingModule,
/**
* StoreModule.provideStore is imported once in the root module, accepting a reducer