member_webapp/@overflow/alert/alert-store.module.ts
crusader d59d9379f9 ing
2018-05-24 15:44:13 +09:00

20 lines
435 B
TypeScript

// import { NgModule } from '@angular/core';
// import { StoreModule } from '@ngrx/store';
// import { EffectsModule } from '@ngrx/effects';
// import {
// REDUCERS,
// EFFECTS,
// } from './store';
// import { MODULE } from './alert.constant';
// @NgModule({
// imports: [
// StoreModule.forFeature(MODULE.name, REDUCERS),
// EffectsModule.forFeature(EFFECTS),
// ],
// })
// export class DiscoveryStoreModule { }