We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42e444 commit abe1f6bCopy full SHA for abe1f6b
modules/effects/src/index.ts
@@ -8,7 +8,12 @@ export { Actions, ofType } from './actions';
8
export { EffectsModule } from './effects_module';
9
export { EffectSources } from './effect_sources';
10
export { EffectNotification } from './effect_notification';
11
-export { ROOT_EFFECTS_INIT, rootEffectsInit } from './effects_root_module';
+export { EffectsFeatureModule } from './effects_feature_module';
12
+export {
13
+ ROOT_EFFECTS_INIT,
14
+ rootEffectsInit,
15
+ EffectsRootModule,
16
+} from './effects_root_module';
17
export { act } from './act';
18
export {
19
OnIdentifyEffects,
0 commit comments