Skip to content

Commit

Permalink
feat(effects): add EffectsRunner to public API (#2427)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecannon committed Mar 6, 2020
1 parent fba0dda commit f66fd64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/effects/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export { EffectsMetadata, CreateEffectMetadata } from './models';
export { Actions, ofType } from './actions';
export { EffectsModule } from './effects_module';
export { EffectSources } from './effect_sources';
export { EffectsRunner } from './effects_runner';
export { EffectNotification } from './effect_notification';
export { EffectsFeatureModule } from './effects_feature_module';
export {
Expand Down

0 comments on commit f66fd64

Please sign in to comment.