| 147 | } |
| 148 | |
| 149 | @NgModule({ |
| 150 | imports: [EffectsModule.forFeature([FeatureEffects])], |
| 151 | }) |
| 152 | class FeatureEffectsModule {} |
| 153 | |
| 154 | @NgModule({ |
| 155 | imports: [FeatureEffectsModule, StoreModule.forFeature(FEATURE_KEY, reducer)], |
nothing calls this directly
no test coverage detected