Skip to content

Commit f66fd64

Browse files
authored
feat(effects): add EffectsRunner to public API (#2427)
1 parent fba0dda commit f66fd64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/effects/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export { EffectsMetadata, CreateEffectMetadata } from './models';
1111
export { Actions, ofType } from './actions';
1212
export { EffectsModule } from './effects_module';
1313
export { EffectSources } from './effect_sources';
14+
export { EffectsRunner } from './effects_runner';
1415
export { EffectNotification } from './effect_notification';
1516
export { EffectsFeatureModule } from './effects_feature_module';
1617
export {

0 commit comments

Comments
 (0)