Skip to content

Commit

Permalink
fix(effects): add EffectsRootModule and EffectsFeatureModule to publi…
Browse files Browse the repository at this point in the history
…c API (#2273)

Fixes Ivy support in Bazel: angular/angular#33373
  • Loading branch information
brandonroberts authored Nov 21, 2019
1 parent c42e444 commit abe1f6b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/effects/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ export { Actions, ofType } from './actions';
export { EffectsModule } from './effects_module';
export { EffectSources } from './effect_sources';
export { EffectNotification } from './effect_notification';
export { ROOT_EFFECTS_INIT, rootEffectsInit } from './effects_root_module';
export { EffectsFeatureModule } from './effects_feature_module';
export {
ROOT_EFFECTS_INIT,
rootEffectsInit,
EffectsRootModule,
} from './effects_root_module';
export { act } from './act';
export {
OnIdentifyEffects,
Expand Down

0 comments on commit abe1f6b

Please sign in to comment.