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 fba0dda commit f66fd64Copy full SHA for f66fd64
modules/effects/src/index.ts
@@ -11,6 +11,7 @@ export { EffectsMetadata, CreateEffectMetadata } from './models';
11
export { Actions, ofType } from './actions';
12
export { EffectsModule } from './effects_module';
13
export { EffectSources } from './effect_sources';
14
+export { EffectsRunner } from './effects_runner';
15
export { EffectNotification } from './effect_notification';
16
export { EffectsFeatureModule } from './effects_feature_module';
17
export {
0 commit comments