Skip to content

Commit

Permalink
fix(effects): add the export of EffectMetadata (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-okrushko authored and brandonroberts committed Apr 9, 2019
1 parent 19dffe4 commit 214316f
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 @@ -2,6 +2,7 @@ export { createEffect } from './effect_creator';
export { Effect } from './effect_decorator';
export { getEffectsMetadata } from './effects_metadata';
export { mergeEffects } from './effects_resolver';
export { EffectsMetadata } from './models';
export { Actions, ofType } from './actions';
export { EffectsModule } from './effects_module';
export { EffectSources } from './effect_sources';
Expand Down

0 comments on commit 214316f

Please sign in to comment.